POST
/
specializedScraper
Scrape using specialized scrapers
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>"
}

Authorizations

Authorization
string
header
required

JWT token obtained from the authentication endpoint

Body

application/json
url
string
required
take_screenshot
boolean
default:false
scrape_pdfs
boolean
default:false

Response

200 - application/json

Scraping successful

status
string
data
object
error
string
scraper_type
string