Before you scrape a job posting, Shopify or HTML product page, or eBay item, POS
Before you scrape a job posting, Shopify or HTML product page, or eBay item, POST the specific URL you already have and Livecheck returns live, closed, or unknown plus title and signals (apply form, in-stock, sold-out, 404); not a search engine.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
183 msmedian answer time
$0.01listed price per call
$0.01price 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://livecheck.fly.dev/v1/verify
| Category | Commerce and shopping |
|---|---|
| Provider host | livecheck.fly.dev |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 13 from 5 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.01 | 183 ms |
Example input (from the provider)
{
"body": {
"url": "https://boards.greenhouse.io/example/jobs/1842"
},
"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": {
"url": {
"description": "Absolute http(s) URL of the specific job, product, or eBay item page to check. Not a search-results URL.",
"type": "string"
}
},
"required": [
"url"
]
},
"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"
},
"output": {
"properties": {
"example": {
"properties": {
"canonical_url": {
"type": "string"
},
"checked_at": {
"type": "string"
},
"confidence": {
"type": "number"
},
"http_status": {
"type": "number"
},
"price_usd": {
"type": "number"
},
"signals": {
"items": {
"type": "string"
},
"type": "array"
},
"status": {
"enum": [
"live",
"closed",
"unknown"
],
"type": "string"
},
"title": {
"type": "string"
},
"url": {
"type": "string"
},
"watch": {
"description": "Present on paid 200 responses. Cross-sell hint to POST /v1/watch ($2.50, 30-day standard watcher). Default detector is status_change. Not included on unpaid 402.",
"properties": {
"detector": {
"enum": [
"status_change"
],
"type": "string"
},
"price_usd": {
"type": "number"
},
"suggest": {
"enum": [
"/v1/watch"
],
"type": "string"
}
},
"required": [
"suggest",
"detector",
"price_usd"
],
"type": "object"
}
},
"required": [
"url",
"canonical_url",
"status",
"http_status",
"checked_at",
"signals",
"confidence",
"price_usd"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}