Features
Map
Input a website and get all the urls on the website - extremely fast
Introducing /map (Alpha)
The easiest way to go from a single url to a map of the entire website. This is extremely useful for:
- When you need to prompt the end-user to choose which links to scrape
- Need to quickly know the links on a website
- Need to scrape pages of a website that are related to a specific topic (use the
search
parameter) - Only need to scrape specific pages of a website
Alpha Considerations
This endpoint prioritizes speed, so it may not capture all website links. We are working on improvements. Feedback and suggestions are very welcome.
Mapping
/map endpoint
Used to map a URL and get urls of the website. This returns most links present on the website.
Installation
Usage
Response
SDKs will return the data object directly. cURL will return the payload exactly as shown below.
Map with search
Map with search
param allows you to search for specific urls inside a website.
cURL
Response will be an ordered list from the most relevant to the least relevant.