cURL
curl --request POST \ --url https://api.search1api.com/sitemap \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "url": "<string>" } '
{ "links": [ "<string>" ] }
Get sitemap links from a website
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
URL for sitemap crawling
URL of the website to crawl sitemap
Successful Response
List of URLs found in the sitemap