Compare product prices across up to 5 stores in one call
Compare product prices across up to 5 stores in one call: give up to 5 product page URLs, get each one's price, currency, stock, name, brand and images as schema.org/Product JSON. One payment for the whole set. Use for price comparison, deal finding and checking a shortlist. $0.15 flat; if every URL fails you are not charged.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
247 msmedian answer time
$0.15listed price per call
$0.15price 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://extract.tollkit.dev/extract/batch
| Category | Image and media |
|---|---|
| Provider host | extract.tollkit.dev |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 4 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.15 | 247 ms |
Example input (from the provider)
{
"body": {
"urls": [
"https://www.scrapingcourse.com/ecommerce/product/affirm-water-bottle/",
"https://www.scrapingcourse.com/ecommerce/product/abominable-hoodie/"
]
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"properties": {
"input": {
"properties": {
"body": {
"properties": {
"allow_redirect": {
"default": false,
"type": "boolean"
},
"urls": {
"description": "Up to 5 absolute https:// product page URLs. Duplicates are removed and not billed twice.",
"items": {
"format": "uri",
"type": "string"
},
"maxItems": 5,
"type": "array"
}
},
"required": [
"urls"
],
"type": "object"
},
"bodyType": {
"enum": [
"json"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "One entry per URL, in the order given. BILLING: flat price for the whole batch, so a batch where only some URLs succeed is charged in full. A batch where NO url succeeds returns 502 and is not charged.",
"properties": {
"billing": {
"description": "The billing rule, restated per response.",
"type": "string"
},
"failed": {
"type": "integer"
},
"requested": {
"type": "integer"
},
"results": {
"items": {
"properties": {
"cache_age_seconds": {
"type": "integer"
},
"cached": {
"type": "boolean"
},
"error": {
"description": "Present when ok is false.",
"type": "string"
},
"message": {
"type": "string"
},
"ok": {
"type": "boolean"
},
"page": {
"type": [
"object",
"null"
]
},
"product": {
"description": "As POST /extract. Present when ok.",
"type": [
"object",
"null"
]
},
"provenance": {
"description": "Per-URL: which fields the merchant declared vs the model inferred.",
"type": [
"object",
"null"
]
},
"url": {
"type": "string"
}
},
"required": [
"url",
"ok"
],
"type": "object"
},
"type": "array"
},
"succeeded": {
"type": "integer"
}
},
"required": [
"requested",
"succeeded",
"failed",
"results"
],
"type": "object"
}
},
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}