Geo-Targeted Data Collector for Openclaw

A powerful tool for collecting localized web data, pricing, and search results from over 195 countries using residential proxies.

luis2404123
v1.0.0
Mar 3, 2026
0
142
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install geo-data-collector

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install geo-data-collector using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Geo-Targeted Data Collector?

The Geo-Targeted Data Collector is a specialized skill designed for developers needing to see the web through the eyes of local users across the globe. By routing requests through high-quality residential proxies, this skill allows Openclaw Skills to bypass regional restrictions and access country-specific content that is otherwise invisible to standard scrapers.

This capability is essential for businesses conducting global market research, competitive analysis, or multi-regional product monitoring. It ensures that every request returns the authentic localized experience, including region-locked pricing, native search results, and targeted advertising. It provides a seamless interface to handle complex proxy configurations and browser headers, making international data acquisition reliable and efficient.

Geo-Targeted Data Collector Use Cases

  • Monitor e-commerce pricing and availability across different international markets to find regional price differences.
  • Scrape localized search engine results (SERP) from Google or Bing for specific countries to analyze SEO performance.
  • Track regional advertising campaigns and monitor competitor ad copy globally to improve digital marketing strategies.
  • Access and extract content from news websites or streaming platforms that are restricted to specific geographical regions.
  • Collect and compare product reviews and ratings from country-specific storefronts like Amazon.de or Amazon.co.jp.

How Geo-Targeted Data Collector Works

  1. Select the target country using the standard ISO 3166-1 alpha-2 country code.
  2. Configure the residential proxy by appending the country-specific tag to the authentication credentials.
  3. Set the appropriate HTTP headers, specifically the Accept-Language header, to match the target region's local language and avoid detection.
  4. Execute the web request or browser automation session through the specialized BirdProxies gateway.
  5. Receive and process the localized HTML or JSON data as served to a real user residing in that specific country.

Geo-Targeted Data Collector Setup

To get started with this skill, you need a BirdProxies account. Use the following configuration in your environment to route traffic through specific regions:

# Example for targeting Germany via CLI
HTTP_PROXY=http://USER-country-de:[email protected]:7777

# Example for targeting Japan via CLI
HTTP_PROXY=http://USER-country-jp:[email protected]:7777

For browser-based automation tools compatible with Openclaw Skills, use the following JSON configuration:

{
  "browser": {
    "proxy": {
      "server": "http://gate.birdproxies.com:7777",
      "username": "USER-country-us",
      "password": "PASS"
    }
  }
}

Geo-Targeted Data Collector Data Schema & Taxonomy

The skill organizes data by mapping country codes to specific proxy configurations and localized scraping logic.

Property Type Description
country_code String ISO 3166-1 alpha-2 code (e.g., 'us', 'fr', 'jp')
proxy_url String The formatted residential proxy string including credentials
headers Object Regional HTTP headers like Accept-Language and User-Agent
results Array Collected localized data points such as prices, SERP rankings, or ad text

Geo-Targeted Data Collector Advanced Features

  • Sticky Sessions: Maintain the same residential IP address for multiple requests using a session-ID for consistent multi-page browsing.
  • Global Coverage: Programmatically cycle through 195+ countries within a single automated workflow.
  • Headless Browser Support: Full compatibility with Chromium-based tools to handle JavaScript-heavy sites and GDPR consent banners.
  • Geo-SERP Optimization: Built-in support for Google-specific parameters like gl and hl to ensure 100% accurate localized search results.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*