v9.144
v9.144.0 on 17.04.2025
Data scraper
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