Agentic Scraper API
The public REST API is implemented by services/cron-api and mounted at:
https://api.agenticscraper.com/api/v1The current OpenAPI specification contains these API areas:
- URL scraping and scrape job status
- One-off agentic scraping and job status
- Custom agent creation, execution, update, and MCP discovery
- Automation creation and listing
- Reddit and X social account management
- Skills directory search
- User logs and transactions
All operations in the client OpenAPI specification require an X-API-Key header.
Start here
- Run your first scrape and poll the asynchronous result.
- Set up authentication with an account API key.
- Browse the complete API reference generated from the live OpenAPI specification.
- Connect the Docs MCP to search these docs from an AI coding tool.
The Client API reference is generated from services/cron-api/src/rest-api/openapi.ts; it is not a manually maintained endpoint list.