curl --request POST \
--url https://api.blat.ai/scrape_sitemap \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"url": "https://example.com"
}
'{
"links": [
"links",
"links"
]
}Fetches and parses sitemaps from the given URL and returns the extracted links
curl --request POST \
--url https://api.blat.ai/scrape_sitemap \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"url": "https://example.com"
}
'{
"links": [
"links",
"links"
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Sitemap scraping request parameters
The URL to scrape sitemap links from
"https://example.com"
OK