Skip to content

Agentic Scraper API

The public REST API is implemented by services/cron-api and mounted at:

https://api.agenticscraper.com/api/v1

The 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

The Client API reference is generated from services/cron-api/src/rest-api/openapi.ts; it is not a manually maintained endpoint list.