API docs
Authenticate with an API key from your dashboard. All endpoints are under /api/v1.
Authentication
Authorization: Bearer ck_live_...
POST /api/v1/scrape
Cost: 1 credit
{
"url": "https://example.com",
"formats": ["markdown", "links"]
}POST /api/v1/search
Cost: 2 credits
{
"query": "best llm web scraping apis",
"limit": 5
}GET /api/v1/credits
Returns remaining credits and plan for the authenticated key or session.
Playground
Signed-in users can scrape/search from the dashboard without an API key (uses account credits).
Open playground