xpay tools logo
  • Tools
  • Collections
  • Skills
  • Docs
  • xpay.sh
Provider Skill
Olostep API logo

Olostep API

Olostep offers AI a way to search the web, extract structured data in real time and build custom research agents.

Raw SKILL.mdProvider Page

Olostep API

Olostep offers AI a way to search the web, extract structured data in real time and build custom research agents.

Available Tools

  • olostep_create_scrape: Initiate a web page scrape — $0.02/call
  • olostep_create_answer: The AI will perform actions like searching and browsing web pages to find the answer to the provided task. Execution time is 3-30s depending upon complexity. For longer tasks, use the agent endpoint instead. — $0.1/call
  • 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 — $0.02/call
  • olostep_start_crawl: Starts a new crawl. You receive a id to track the progress. The operation may take 1-10 mins depending upon the site and depth and pages parameters. — $0.1/call
  • olostep_start_batch: Starts a new batch. You receive an id that you can use to track the progress of the batch as shown here. Note: Processing time is constant regardless of batch size — $0.02/call
  • olostep_batch_items: Retrieves the list of items processed for a batch. You can then use the retrieve_id to get the content with the Retrieve Endpoint — $0.02/call
  • olostep_crawl_info: Fetches information about a specific crawl. — $0.02/call
  • olostep_crawl_pages: Fetches the list of pages for a specific crawl. — $0.02/call
  • olostep_get_answer: This endpoint retrieves a previously completed answer by its ID. — $0.02/call
  • olostep_get_scrape: Can be used to retrieve response for a scrape. — $0.02/call
  • olostep_batch_info: Retrieves the status and progress information about a batch. To retrieve the content for a batch, see here — $0.02/call
  • olostep_retrieve_content: Retrieve page content of processed batches and crawls urls. — $0.02/call

Quick Start

{
  "mcpServers": {
    "olostep": {
      "url": "https://olostep.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY"
    }
  }
}

Pricing

Pay per tool call from your XPay wallet. No subscriptions, no minimums.

Get an API key at xpay.tools.

Tools: 12 Category: General

When to Use

Use Olostep API tools when you need to olostep offers ai a way to search the web, extract structured data in real time and build custom research agents.. All tools are available through xpay✦'s single MCP connection.

MCP Connection

{
  "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"

Available Tools

  • Olostep Create Scrape — Initiate a web page scrape — $0.02/call — SKILL.md
  • Olostep Create Answer — The AI will perform actions like searching and browsing web pages to find the answer to the provided task. Execution time is 3-30s depending upon complexity. For longer tasks, use the agent endpoint instead. — $0.10/call — SKILL.md
  • 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 — $0.02/call — SKILL.md
  • Olostep Start Crawl — Starts a new crawl. You receive a id to track the progress. The operation may take 1-10 mins depending upon the site and depth and pages parameters. — $0.10/call — SKILL.md
  • Olostep Start Batch — Starts a new batch. You receive an id that you can use to track the progress of the batch as shown here. Note: Processing time is constant regardless of batch size — $0.02/call — SKILL.md
  • Olostep Batch Items — Retrieves the list of items processed for a batch. You can then use the retrieve_id to get the content with the Retrieve Endpoint — $0.02/call — SKILL.md
  • Olostep Crawl Info — Fetches information about a specific crawl. — $0.02/call — SKILL.md
  • Olostep Crawl Pages — Fetches the list of pages for a specific crawl. — $0.02/call — SKILL.md
  • Olostep Get Answer — This endpoint retrieves a previously completed answer by its ID. — $0.02/call — SKILL.md
  • Olostep Get Scrape — Can be used to retrieve response for a scrape. — $0.02/call — SKILL.md
  • Olostep Batch Info — Retrieves the status and progress information about a batch. To retrieve the content for a batch, see here — $0.02/call — SKILL.md
  • Olostep Retrieve Content — Retrieve page content of processed batches and crawls urls. — $0.02/call — SKILL.md

How to Execute

  1. xpay_discover — Search for tools: xpay_discover("olostep")
  2. xpay_details — Get input schema: xpay_details("olostep/TOOL_NAME")
  3. xpay_run — Execute: xpay_run("olostep/TOOL_NAME", { ...inputs })
  4. xpay_balance — Check credits

Links

  • Provider page: https://xpay.tools/olostep/
  • All providers: https://xpay.tools/explore
  • Docs: https://docs.xpay.sh
Tools (12)
Olostep API
Olostep API
Olostep Create Scrape
olostep_create_scrape

Initiate a web page scrape

$0.02/call
Olostep API
Olostep API
Olostep Create Answer
olostep_create_answer

The AI will perform actions like searching and browsing web pages to find the answer to the provided task. Execution time is 3-30s depending upon complexity. For longer tasks, use the agent endpoint instead.

$0.10/call
Olostep API
Olostep API
Olostep Maps
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

$0.02/call
Olostep API
Olostep API
Olostep Start Crawl
olostep_start_crawl

Starts a new crawl. You receive a `id` to track the progress. The operation may take 1-10 mins depending upon the site and depth and pages parameters.

$0.10/call
Olostep API
Olostep API
Olostep Start Batch
olostep_start_batch

Starts a new batch. You receive an `id` that you can use to track the progress of the batch as shown [here](/api-reference/batches/info). Note: Processing time is constant regardless of batch size

$0.02/call
Olostep API
Olostep API
Olostep Batch Items
olostep_batch_items

Retrieves the list of items processed for a batch. You can then use the `retrieve_id` to get the content with the Retrieve Endpoint

$0.02/call
Olostep API
Olostep API
Olostep Crawl Info
olostep_crawl_info

Fetches information about a specific crawl.

$0.02/call
Olostep API
Olostep API
Olostep Crawl Pages
olostep_crawl_pages

Fetches the list of pages for a specific crawl.

$0.02/call
Olostep API
Olostep API
Olostep Get Answer
olostep_get_answer

This endpoint retrieves a previously completed answer by its ID.

$0.02/call
Olostep API
Olostep API
Olostep Get Scrape
olostep_get_scrape

Can be used to retrieve response for a scrape.

$0.02/call
Olostep API
Olostep API
Olostep Batch Info
olostep_batch_info

Retrieves the status and progress information about a batch. To retrieve the content for a batch, see here

$0.02/call
Olostep API
Olostep API
Olostep Retrieve Content
olostep_retrieve_content

Retrieve page content of processed batches and crawls urls.

$0.02/call
Install Skill
Claude Code
claude /install-skill https://xpay.tools/skills/olostep/SKILL.md
CLI
npx @xpaysh/cli install olostep
Manual
curl -o SKILL.md https://xpay.tools/skills/olostep/SKILL.md
Details

Tools

12

Category

General

Total calls

3

xpay tools logo

Marketplace for AI Capabilities. Run agents, tools & prompts with pay-per-use micropayments.

or ask your AI app
Popular Tools
FirecrawlTavilyExaHunterPerplexityRecraftIdeogramFlux
Collections
AI Image & MediaContent & ResearchDev ToolsFinanceLead GenWeb ScrapingCompetitive Intel
Developers
DocumentationAPI ReferenceQuickstartSDKsSkillsskill.mdllms.txt
Resources
The Agentic EconomyAgentic CommerceAgent Frameworksx402 ProtocolBlog
Company
About xpayxpay.shGitHubDiscordTwitter / X

© 2026 Agentically Inc. All rights reserved.
Privacy PolicyTerms of Service