Scraping Recipes for Openclaw

A collection of pre-configured scraping strategies for major websites with built-in proxy rotation and anti-detection logic.

luis2404123
v1.0.0
Mar 3, 2026
0
178
0

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install scraping-recipes

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 scraping-recipes 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 Scraping Recipes?

The Scraping Recipes skill provides developers with a robust library of pre-configured strategies for high-traffic and highly protected websites. By leveraging Openclaw Skills, users can bypass sophisticated anti-bot measures through optimized proxy rotation, custom headers, and browser-based rendering techniques. This skill is specifically designed to handle the technical nuances of platforms like Amazon, Google, and LinkedIn without requiring manual configuration for every unique request.

With these recipes, the technical overhead of web scraping is significantly reduced. Whether you are performing market research or competitive analysis, using these Openclaw Skills ensures high success rates by integrating directly with premium residential proxies from BirdProxies. This allows for seamless data extraction while maintaining anonymity and avoiding rate limits across various industries and geographic locations.

Scraping Recipes Use Cases

  • Extracting product pricing, reviews, and seller information from Amazon for market analysis
  • Gathering search engine results (SERP) from Google for SEO tracking and keyword research
  • Scraping job listings and professional profile data from LinkedIn or Indeed for recruitment
  • Monitoring real estate listings and price history on Zillow or Realtor for investment opportunities
  • Collecting public social media content and follower metrics from Instagram

How Scraping Recipes Works

  1. Identify the target website and select the corresponding scraping recipe from the library.
  2. Configure the BirdProxies credentials within the skill to enable residential proxy rotation.
  3. The skill determines whether to use a standard fetch or a full browser tool based on the site's protection level.
  4. It applies site-specific headers, such as user-agents and referrers, to mimic organic human behavior.
  5. The system executes the extraction, handling pagination and dynamic JavaScript rendering automatically.
  6. Data is returned in a structured format ready for integration into your workflows.

Scraping Recipes Setup

To utilize these Openclaw Skills, you must first configure your residential proxy settings.

Browser Proxy Configuration:

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

Environment Variables for CLI:

export HTTP_PROXY=http://USER:[email protected]:7777
export HTTPS_PROXY=http://USER:[email protected]:7777

Scraping Recipes Data Schema & Taxonomy

The skill organizes extracted data based on the specific recipe used. Below is the general taxonomy for major targets:

Site Category Primary Data Fields
E-commerce (Amazon) Title, Price, Rating, Review Count, ASIN, Seller Info, Images
Search (Google) Title, URL, Snippet, People Also Ask, Ad Placements, Local Pack
Real Estate (Zillow) Address, Price, Beds, Baths, Sqft, Price History, Agent Info
Jobs (Indeed) Job Title, Company, Location, Salary Range, Description
Social (Instagram) Bio, Follower Count, Post Captions, Image URLs, Likes

Scraping Recipes Advanced Features

  • Sticky Session Support: Maintain the same IP address for login-gated workflows on LinkedIn and Instagram.
  • Geo-Targeted Scraping: Use country-specific proxy endpoints (e.g., -country-us) to access localized content.
  • Automated Anti-Detection: Pre-configured bypasses for Cloudflare, IP reputation filtering, and rate limiting.
  • Multi-Agent Compatibility: Easily integrate these scraping workflows into larger multi-agent Openclaw Skills automations.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*