Olostep Maps
olostep_mapsThis 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
When to Use
Use this tool when you need to 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. This is part of the Olostep API provider on xpay✦.
MCP Connection
Connect to xpay✦ to access this tool (and 11+ others):
{
"mcpServers": {
"xpay": {
"url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
}
}
}
For Claude Code:
claude mcp add --transport http xpay "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
How to Execute
Use the xpay✦ meta-tools to run this tool:
xpay_details— Get full input schema:xpay_details("olostep/olostep_maps")xpay_run— Execute:xpay_run("olostep/olostep_maps", { ...inputs })
Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
cursor | string | No | 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. |
include_urls | array | No | URL path patterns to include using glob syntax. For example: /blog/** to only include blog URLs. Only URLs matching these patterns will be returned. |
top_n | number | No | An optional number to limit to only top n links for a search query. |
include_subdomain | boolean | No | Include subdomains of the given URL. true by default. |
exclude_urls | array | No | URL path patterns to exclude using glob syntax. For example: /careers/**. Excluded URLs will supersede included URLs. |
search_query | string | No | An optional search query to sort the links by search relevance. |
url | string | Yes | The URL of the website for which you want the links |
Pricing
- Cost: $0.02/call
- Balance check: Use
xpay_balanceto check remaining credits - Get your API key at xpay.tools — $5 free credits included
Related Skills
- Olostep API (all tools) — 12 tools
- Olostep Create Scrape — $0.02/call
- Olostep Create Answer — $0.10/call
- Olostep Start Crawl — $0.10/call
- Olostep Start Batch — $0.02/call
- Olostep Batch Items — $0.02/call
Links
- Tool page: https://xpay.tools/olostep/olostep-maps/
- Provider: https://xpay.tools/olostep/
- All tools: https://xpay.tools/explore
How to Execute
Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
cursor | string | No | 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. |
include_urls | array | No | URL path patterns to include using glob syntax. For example: `/blog/**` to only include blog URLs. Only URLs matching these patterns will be returned. |
top_n | number | No | An optional number to limit to only top n links for a search query. |
include_subdomain | boolean | No | Include subdomains of the given URL. `true` by default. |
exclude_urls | array | No | URL path patterns to exclude using glob syntax. For example: `/careers/**`. Excluded URLs will supersede included URLs. |
search_query | string | No | An optional search query to sort the links by search relevance. |
url | string | Yes | The URL of the website for which you want the links |
Install Skill
Pricing
Cost
$0.02/call
Model
Flat rate
Provider
Olostep API

