Docs

Build with Berrycrawl

Turn websites into clean data, screenshots, site maps, and brand profiles for AI agents.

Berrycrawl is a web-data API built for agents. Send it a URL and ask for the form your workflow needs: readable Markdown, raw HTML, links, a screenshot, structured JSON, a crawl, or a brand profile.

Base URL

All public data-plane requests use:

https://api.berrycrawl.com/api/v1

Authenticate with a bc_ API key in the bearer header. JSON is the default request and response encoding.

Authorization: Bearer bc_your_api_key
Content-Type: application/json

Pick the smallest operation that solves the job

NeedStart with
One page as Markdown, HTML, links, JSON, or a PDFPOST /scrape
A durable image of a pagePOST /screenshot
URLs from one site without fetching every pagePOST /map
Pages across a sitePOST /crawl
Search results from the public webPOST /search
Structured facts from one or more pagesPOST /extract
Logos, colors, description, and brand imageryGET /brand/retrieve

Berrycrawl starts with the least expensive reliable fetch and escalates when a site requires browser rendering or a residential IP. You request the result; the platform owns the browser and proxy decisions.

Free test domain

Requests for berrycrawl.com are free, so an agent can validate its integration before spending credits. New workspaces receive 100 credits; paid credits are added through pay-as-you-go top-ups.