Integrate website crawling directly into your applications. Export any advertorial programmatically.
Simple REST endpoints for crawling and downloading websites programmatically.
Model Context Protocol server for direct AI agent integration.
Real-time notifications when crawling is complete.
POST /api/crawl
{
"url": "https://example.com/advertorial",
"email": "dev@company.com"
}
Response:
{
"success": true,
"crawl_id": "550e8400-e29b-41d4-a716-446655440000",
"download_url": "/api/download/550e8400-..."
}