Endpoint get sitemap urls with new option to exclude urls by url ends with rule
{ "urls": [ "https://.../chatbot/sitemap.xml" ], "excludeRules": [ { "type": "path_ends_with", "value": ".png" } ] }
Endpoint to convert xlsx to json
/data-scraper/v1/xlsx-to-json?url=<encode url to xlsx file>
Last updated 7 days ago