Runs a search, scrapes the top N result URLs, optionally runs LLM extraction wit
Runs a search, scrapes the top N result URLs, optionally runs LLM extraction with prompt and schema.
Answeringour last check, 2026-09-25
1 of 1checks answered this week
386 msmedian answer time
$0.03listed price per call
$0.03price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://x402.orthogonal.com/scrapegraphai/api/search
| Category | Search and research |
|---|---|
| Provider host | x402.orthogonal.com |
| Networks | eip155:143, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-25 | valid payment request | 402 | $0.03 | 386 ms |
Example input (from the provider)
{
"body": {
"query": "query"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"fetchConfig": {
"description": "Fetch options",
"type": "object"
},
"format": {
"description": "Output format: html or markdown (default markdown)",
"type": "string"
},
"locationGeoCode": {
"description": "Geo code for location-based results (max 10 chars)",
"type": "string"
},
"mode": {
"description": "Content mode: normal, reader, or prune (default prune)",
"type": "string"
},
"numResults": {
"description": "Number of results to scrape (1-20, default 3)",
"type": "number"
},
"prompt": {
"description": "LLM extraction prompt (1-10000 chars)",
"type": "string"
},
"query": {
"description": "Search query (1-500 chars)",
"type": "string"
},
"schema": {
"description": "JSON schema for structured extraction",
"type": "object"
},
"timeRange": {
"description": "Time filter: past_hour, past_24_hours, past_week, past_month, past_year",
"type": "string"
}
},
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}