Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

AdsCrawl — When web data gets hard, run a real browser.

Website · API Docs · Agent Skill · Pricing · Blog

A real browser, without managing the browser fleet.

AdsCrawl is browser infrastructure for developers building web scraping tools, monitoring workflows, and AI agents.

When a page needs JavaScript, an authenticated session, or a multi-step interaction, give your code a full browser environment. Connect with Playwright, Puppeteer, or CDP, or use our HTTP APIs to get the output you need.

What will you build?

Your workflow Start here
Turn dynamic pages into HTML or readable Markdown for your AI pipeline Browser tasks
Extract specific fields or capture page screenshots Browser tasks
Navigate, click, fill forms, and collect results with your existing automation code Remote CDP
Reuse a saved browser profile across sessions Cloud browsers

Send your first request

Create a free account, copy your API key, and start with 500 free credits.

Set ADSCRAWL_API_KEY in your local environment, then request a rendered page:

curl --fail-with-body -sS \
  -X POST "https://api.adscrawl.net/html" \
  -H "x-api-key: $ADSCRAWL_API_KEY" \
  -H "content-type: application/json" \
  -d '{"url":"https://example.com","contentMode":"markdown","waitUntil":"domcontentloaded"}'

Prefer working with a coding agent?

Explore adscrawl-browser, our agent skill for webpage content extraction, screenshots, remote CDP control, and persistent cloud browser profiles.

Or paste this into your coding agent:

Set up AdsCrawl in this codebase. Use https://api.adscrawl.net/auth.md
to help me create an account and authorize an API key, then follow
https://api.adscrawl.net/docs/agent-quickstart.md to complete the integration.

Help shape what comes next

What are you building, and where does browser automation get difficult? Share skill bugs and feature requests in AdsCrawl/skills issues, or explore the documentation for integration details.


Built on browser technology from AdsPower. Built for your next workflow.

About

AdsCrawl is browser infrastructure for developers building web scraping tools, monitoring workflows, and AI agents.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors