Advanced
Sitemap
API endpoint for retrieving sitemap links from a website
Authorization
Authorization
RequiredBearer <token>In: header
Request Body
application/json
RequiredURL for sitemap crawling
url
RequiredstringURL of the website to crawl sitemap
type
stringType of sitemap crawl. 'sitemap' crawls only standard sitemap files, 'all' crawls all linked pages.
Value in:
"sitemap" | "all"
Response Body
Successful Response
TypeScript Definitions
Use the response body type in TypeScript.
links
array<string>List of URLs found in the sitemap