cURL
curl --request POST \ --url https://api.parcha.ai/api/v1/specializedScraper \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "url": "<string>", "take_screenshot": false, "scrape_pdfs": false } '
{ "status": "<string>", "data": {}, "error": "<string>", "scraper_type": "<string>" }
Scrape websites using specialized scrapers for LinkedIn, Facebook, Instagram, TikTok, YouTube, Twitter, Reddit
API key obtained from your Parcha account settings. Include as Bearer token in the Authorization header.
Scraping successful