Olostep
Activeby Orthogonal
Web scraping API.
Scraping
Endpoints · 12
Base URLhttps://x402.orthogonal.com/olostep
EndpointDescriptionPrice
GET/v1/scrapes/{scrape_id}Not publishedCan be used to retrieve response for a scrape.
GET/v1/retrieveNot publishedRetrieve page content of processed batches and crawls urls.
GET/v1/batches/{batch_id}Not publishedRetrieves the status and progress information about a batch. To retrieve the content for a batch, see here
POST/v1/answers$0.05The 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. Fo
GET/v1/crawls/{crawl_id}/pagesNot publishedFetches the list of pages for a specific crawl.
POST/v1/maps$0.01This 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 paginat
GET/v1/batches/{batch_id}/itemsNot publishedRetrieves the list of items processed for a batch. You can then use the `retrieve_id` to get the content with the Retrieve Endpoint
GET/v1/answers/{answer_id}Not publishedThis endpoint retrieves a previously completed answer by its ID.
GET/v1/crawls/{crawl_id}Not publishedFetches information about a specific crawl.
POST/v1/crawlsNot publishedStarts 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.
POST/v1/scrapes$0.01Initiate a web page scrape
POST/v1/batchesNot publishedStarts 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
Call the provider directly and settle x402 per request.
Quickstart · x402 flow
1 · Call without payment. The service replies 402
bash
curl -i https://x402.orthogonal.com/olostep/v1/scrapes/{scrape_id}Response
HTTP/1.1 402 Payment Required{ "x402Version": 2, "accepts": [{ "scheme": "exact", "network": "eip155:143", "asset": "USDC", "maxAmountRequired": "0" }] }2 · Sign the payment with your agent wallet and retry
bash
curl https://x402.orthogonal.com/olostep/v1/scrapes/{scrape_id} \ -H "X-PAYMENT: <base64 payment payload signed by your EOA>"Response
HTTP/1.1 200 OKAny EOA on Monad can pay. curl shown; language tabs land in v2.
Any APIs or tools listed are provided for discovery purposes only and do not constitute an endorsement or recommendation by the Monad Foundation.
