← Back to APIs
Olostep API
VerifiedOlostep offers AI a way to search the web, extract structured data in real time and build custom research agents.
skill.md (for agents) ↗Endpoints
GET/v1/batches/{batch_id}/items
Batch Items
GET/v1/answers/{answer_id}
Get Answer
GET/v1/scrapes/{scrape_id}
Get Scrape
GET/v1/batches/{batch_id}
Batch Info
GET/v1/crawls/{crawl_id}/pages
Crawl Pages
GET/v1/retrieve
Retrieve Content
POST/v1/maps$0.01
Maps
GET/v1/crawls/{crawl_id}
Crawl Info
POST/v1/crawlsDynamic
Start Crawl
POST/v1/answers$0.05
Create Answer
POST/v1/scrapes$0.01
Create Scrape
POST/v1/batchesDynamic
Start Batch
GET /v1/batches/{batch_id}/items
const result = await orth.run({
api: "olostep",
path: "/v1/batches/{batch_id}/items",
});