Website · API Docs · Agent Skill · Pricing · Blog
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.
| 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 |
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"}'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.
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.