Use Cases
Understand the structure of a website with Olostep
Extract all the urls that make up a website to understand its structure and see which pages you want to get content from.
Overview
This is useful for content discovery, site structure analysis or decide which of those URLs you want to get the content from.
Extracting Sitemaps
To extract URLs from a website, send a POST request with the url of the website to be processed to the maps endpoint. The endpoint typically responds within seconds, providing a comprehensive list of URLs
Example Response
The response will include all discovered sitemap URLs for the specified website. This endpoint is particularly useful when you need to:
- Discover all content pages on a website
- Filter which URLs you want to get content from with the scrapes endpoint
- Analyze site structure and hierarchy
- Prepare URLs for batch processing