Agent skill · antibrow

multi-account-scraping

Run the same scrape or task across many accounts at once - each in its own browser profile with its own fingerprint, cookies and exit IP - and read data from sites that need a session or that answer a plain HTTP scraper with a captcha while answering a real browser. One command per site returns JSON, so there are no selectors to write or repair: Amazon and Walmart search, Google and DuckDuckGo results, Reddit posts and comments, X timeline, Medium, Yelp, Indeed job listings, Hacker News, GitHub, PyPI, npm, plus exit-IP and fingerprint checks. Use for multi-account operations you are authorized to run, price and listing monitoring per region, SERP collection, logged-in data, and scrapers that keep breaking. Also for 'scrape amazon', 'google search results', 'reddit data', 'scrape logged in site', 'run task on many accounts', 'site blocks my scraper', 'scraping without selectors'. Node or Python.

What it needs

About 9k tokens when loaded.

What this skill does

Multi-Account Scraping Two problems, one mechanism. "This site only gives me the data when I am logged in, and I run twelve accounts." Each account gets its own browser profile with its own fingerprint, cookies and exit IP, and one command runs across all of them at once. "My scraper broke again" or "the site sends my scraper a captcha but works fine in a browser." The request comes from a real browser session, and the per-site adapter lives in a shared repository, so a markup change is fixed once for everyone instead of in every caller's codebase. The unit is a recipe: one file that turns one site into one command. The caller asks for reddit/hot and gets structured JSON, instead of a browser handle and a scraping problem. Recipes live in their own public repository: https://github.com/antibrow/recipes Both SDKs read the same registry, so one recipe produces the same output from Node or Python Requires anti-detect-browser 2.26.0 or newer (npm), or antibrow 0.20.0 or newer (PyPI) Full browser/profile reference: the anti-detect-browser skill Authorized use only. Read sites and accounts you own or are permitted to operate, and public pages. Recipes read; they do not post, vote, send or buy. Respect each site's terms and rate limits - see Acceptable use. What this does not claim. A recipe does not get you past bot management. Whether a strict site answers at all depends on the exit IP's reputation, the request cadence and the history the profile carries. Several published recipes need a clean residential exit, and they say so; see Which recipes need a good exit IP. When to use An agent needs data, not a browser. One command, JSON out, no selectors to invent per run. The same task across many identities. fanout runs one recipe on N profiles concurrently, each with its own persona, cookie jar and exit IP. A site that refuses plain HTTP scraping. The recipe runs inside a real browser session, so the request carries a real client and that profile's cookies. …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills antibrow/multi-account-scraping

View the source on GitHub

Browse the @skills marketplace