curl --request POST \
--url https://api.usescraper.com/crawler/jobs \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"urls": [
"<string>"
],
"exclude_globs": [],
"exclude_elements": "nav, header, footer, script, style, noscript, svg, [role=\"alert\"], [role=\"banner\"], [role=\"dialog\"], [role=\"alertdialog\"], [role=\"region\"][aria-label*=\"skip\" i], [aria-modal=\"true\"]",
"output_format": "text",
"output_expiry": 604800,
"min_length": 50,
"webhook_url": "<string>",
"page_limit": 10000,
"force_crawling_mode": "sitemap",
"block_resources": true,
"include_linked_files": false
}'