Apify is the largest and most trusted marketplace of tools for web scraping, cra
Apify is the largest and most trusted marketplace of tools for web scraping, crawling, data extraction, and automation. Use these tools, called Actors, to extract structured data from social media, e-commerce sites, search engines, maps, travel sites, or any other website. Turn the open web into a real-time data source for your research, lead generation, and monitoring.
Asked 2.0x its listed price for its own exampleour last check, 2026-09-24
1 of 1checks answered this week
634 msmedian answer time
$1.00listed price per call
$2.00price 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
GET https://agi.apify.com/protocols/x402/prepaid-tokens
| Category | Market data |
|---|---|
| Provider host | agi.apify.com |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 106 from 35 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $2.00 | 634 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"amount": "2",
"currency": "usd"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"headers": {
"additionalProperties": {
"type": "string"
},
"type": "object"
},
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"additionalProperties": false,
"properties": {
"amount": {
"description": "Prepaid amount in USD (e.g. \"5\" or \"1.50\"). Minimum $1.",
"pattern": "^\\d+(\\.\\d{1,2})?$",
"type": "string"
},
"currency": {
"description": "Payment currency. Only \"usd\" is supported.",
"enum": [
"usd"
],
"type": "string"
}
},
"required": [
"amount",
"currency"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"additionalProperties": false,
"properties": {
"example": {
"additionalProperties": false,
"properties": {
"expiresAt": {
"format": "date-time",
"type": "string"
},
"remainingBalanceUsd": {
"type": "number"
},
"token": {
"description": "Apify API token; use as Authorization: Bearer <token>.",
"type": "string"
}
},
"required": [
"token",
"remainingBalanceUsd",
"expiresAt"
],
"type": "object"
}
},
"required": [
"example"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}