Olostep API
Olostep API
Tool
olostep_maps
This endpoint allows users to get all the urls on a certain website. It can take up to 120 seconds for complex websites. For large websites, results are paginated using cursor-based pagination
Pricing
Per call
$0.02
Model
flat
Pay only for what you use. No subscriptions.
Inputs
cursor
stringinclude_urls
arraytop_n
numberinclude_subdomain
booleanexclude_urls
arraysearch_query
stringurl *
stringTry It
API
MCP Config
Input Parameters
OPTIONAL: Pagination cursor from a previous response. When provided, returns the next set of URLs from where the previous request left off due to response size limit.
URL path patterns to include using glob syntax. For example: `/blog/**` to only include blog URLs. Only URLs matching these patterns will be returned.
An optional number to limit to only top n links for a search query.
URL path patterns to exclude using glob syntax. For example: `/careers/**`. Excluded URLs will supersede included URLs.
An optional search query to sort the links by search relevance.
The URL of the website for which you want the links

