I've been building AI agents for a while and kept hitting the same wall: every agent framework (LangChain, CrewAI, OpenAI Assistants) needs web browsing, but the existing scraping APIs are either expensive ($19-49/mo) or a pain to integrate.
So I built CrawlAPI — URL in, clean markdown out. Designed specifically for agents.
What it does:
• /v1/scrape — any URL → clean markdown or plain text
• /v1/batch — up to 10 URLs in one call
• /v1/search — query → scrapes top results automatically
Why different: Ships with ready-made tool manifests for LangChain, CrewAI, and OpenAI Assistants. Pro is $9.99/mo vs $19-49/mo for competitors.
Live on RapidAPI (free: 50 calls/day) → crawlapi.net
Honest question: if you're building agents, what's your current solution for web browsing?