payment-ready until 2026-08-20
imported from the x402 Bazaar, not submitted by the operator · own this service? claim it · or ask to be removed
Pay-per-call scraping API for LinkedIn, Instagram, TikTok and TikTok Shop profiles and content, plus job posting search across multiple job boards. Price per record is declared in the 402 response, paid in USDC on Base.
Pay from $0.00225 to $0.21 per request in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.
first settlement 2026-04-18 · $48.37 all-time · settled via coinbase
ASSESSMENT
updated 3h agoEvidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.
reliability 100%
- uptime 24h
- 100%
- uptime 7d
- 100%
- uptime 30d
- 100%
- uptime 90d
- 100%
- response p95
- 272ms
- avg response
- 179ms
- total checks
- 2,145
Measured on the unpaid 402 handshake, not the paid call. A service can 402 correctly and still fail after payment.
compliance A (14/14)
14 of 14 x402 conformance checks pass. Full checklist below.
price $0.00225 to $0.21 (p26 in Data)
- price (min)
- $0.00225
- price (max)
- $0.21
- category percentile (min)
- p26 in Data
- category percentile (max)
- p86 in Data
- endpoints / prices
- 5 / 2
- model
- tiered
- stability
- 100%
risk clean
No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.
- domain age
- -
- registrar
- -
- hosting
- custom
- domain created
- ---
Identity facts, not a risk score.
traction $2.33335 30d · 19 buyers
- volume 30d
- $2.33335
- buyers 30d
- 19
- settlements 30d
- 221
- first settlement
- 2026-04-18
- last settlement
- 2026-08-12
- top buyer share
- 45% of 30d volume
- trend 7d vs 30d
- 0.35x the 30d daily rate
- networks
- eip155:8453
- volume all-time
- $48.37
- settlements all-time
- 892
- median settlement 30d
- $0.00225
- max settlement 30d
- $0.21
- settled via
- coinbase ($2.33, 221 tx)
Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.
Top buyer share is a concentration signal, not part of the ranking score.
WHAT IT DOES
ai-derivedProvides web scraping services for social media platforms like Instagram, LinkedIn, TikTok, and job boards.
- category
- web-scraping
- in
- body
- auth
- api key
AI-generated summary. The measured data is never altered by it.
ENDPOINTS
| METHOD | PATH | DESCRIPTION | PRICE | NETWORK | ASSET | 402 CHANNEL |
|---|---|---|---|---|---|---|
| POST | /api/tools/instagram | $0.00225 | Base | USDC | header | |
| POST | /api/tools/jobs | $0.21 | Base | USDC | header | |
| POST | /api/tools/linkedin | $0.00225 | Base | USDC | header | |
| POST | /api/tools/tiktok | $0.00225 | Base | USDC | header | |
| POST | /api/tools/tiktok-shop | $0.00225 | Base | USDC | header |
REQUEST / RESPONSE EXAMPLE
An unpaid request to POST /api/tools/instagram returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.
curl -i -X POST 'https://hirescrape.com/api/tools/instagram'
// 402 response (captured by monitor) · 5 payloads · click to expand
[
{
"error": "payment_required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2",
"credentialTypes": [
"authorization"
]
},
"payTo": "0xb5194A98DbDBb7028B585Db26B972e7F0F3f826A",
"amount": "2250",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 60
}
],
"resource": {
"url": "https://hirescrape.com/api/tools/instagram",
"mimeType": "application/json",
"description": "Instagram profiles, posts, reels, comments — 8 modes."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"url": "https://www.instagram.com/instagram/",
"mode": "profile"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"items": [
{
"username": "instagram",
"biography": "Discover what's new on Instagram 🌟",
"full_name": "Instagram",
"is_verified": true,
"posts_count": 7800,
"profile_url": "https://www.instagram.com/instagram/",
"followers_count": 681000000
}
],
"runId": "bd_example",
"payment": {
"amount": "0.002250",
"currency": "USD",
"protocol": "x402"
},
"duration": 8
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"title": "Instagram Scraper",
"required": [
"mode"
],
"properties": {
"id": {
"type": "string",
"description": "Object ID (ad / highlight / etc)."
},
"url": {
"type": "string",
"description": "Full URL of the target object."
},
"mode": {
"enum": [
"profile",
"basic_profile",
"user_posts",
"post",
"transcript",
"search_reels",
"post_comments",
"user_reels",
"highlights",
"highlight_detail",
"song_reels",
"embed"
],
"type": "string",
"default": "profile",
"description": "Which endpoint to call. Options: profile, basic_profile, user_posts, post, transcript, search_reels, post_comments, user_reels, highlights, highlight_detail, song_reels, embed."
},
"page": {
"type": "integer",
"description": "Page number (default 1)."
},
"trim": {
"type": "boolean",
"description": "Return a condensed response."
},
"limit": {
"type": "integer",
"default": 20,
"maximum": 500,
"minimum": 1,
"description": "Max items to collect (applies to paginated modes)."
},
"query": {
"type": "string",
"description": "Search keyword."
},
"cursor": {
"type": "string",
"description": "Pagination cursor."
},
"handle": {
"type": "string",
"description": "Username / handle (without @)."
},
"max_id": {
"type": "string",
"description": "Pagination token."
},
"region": {
"type": "string",
"description": "Proxy / market region (e.g. US)."
},
"userId": {
"type": "string",
"description": "Instagram user ID."
},
"user_id": {
"type": "string",
"description": "Platform user ID (often faster than handle)."
},
"audio_id": {
"type": "string",
"description": "Instagram audio/song ID."
},
"date_posted": {
"type": "string",
"description": "Posting timeframe."
},
"next_max_id": {
"type": "string",
"description": "Pagination token."
},
"download_media": {
"type": "boolean",
"description": "Return permanent media URLs."
}
},
"description": "Instagram profiles, posts, reels, comments — 8 modes."
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"items"
],
"properties": {
"items": {
"type": "array",
"items": {
"type": "object"
},
"description": "Scraped items. Shape varies per tool — see each tool's outputSample for a concrete example."
},
"runId": {
"type": "string",
"description": "Run ID for debugging/audit."
},
"payment": {
"type": "object",
"description": "Settlement summary (protocol, amount, currency)."
},
"duration": {
"type": "integer",
"description": "Run duration in seconds."
}
}
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "payment_required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2",
"credentialTypes": [
"authorization"
]
},
"payTo": "0xb5194A98DbDBb7028B585Db26B972e7F0F3f826A",
"amount": "210000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 60
}
],
"resource": {
"url": "https://hirescrape.com/api/tools/jobs",
"mimeType": "application/json",
"description": "Scrape jobs from LinkedIn, Indeed, Glassdoor, Google Jobs, ZipRecruiter, Bayt, BDJobs, and Naukri in one call."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"sites": [
"linkedin",
"indeed",
"glassdoor"
],
"hoursOld": 72,
"isRemote": true,
"location": "San Francisco, CA",
"maxResults": 20,
"searchTerm": "senior backend engineer"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"items": [
{
"site": "linkedin",
"title": "Senior Backend Engineer",
"jobUrl": "https://www.linkedin.com/jobs/view/4100000",
"salary": "$180K–$240K",
"company": "Acme AI",
"jobType": "Full-time",
"location": "San Francisco, CA (Remote)",
"datePosted": "2026-04-17",
"description": "Design and build pay-per-call APIs…"
}
],
"runId": "mo4jobsexample",
"payment": {
"amount": "0.210000",
"currency": "USD",
"protocol": "x402"
},
"duration": 12
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"title": "Multi Job Board Scraper",
"required": [
"searchTerm"
],
"properties": {
"sites": {
"type": "array",
"items": {
"type": "string"
},
"default": [
"linkedin",
"indeed",
"glassdoor",
"google",
"zip_recruiter",
"bayt",
"bdjobs",
"naukri"
],
"description": "Boards: linkedin, indeed, glassdoor, google, zip_recruiter, bayt, bdjobs, naukri."
},
"offset": {
"type": "integer",
"minimum": 0,
"description": "Skip first N results (pagination)."
},
"jobType": {
"enum": [
"",
"fulltime",
"parttime",
"contract",
"internship",
"temporary"
],
"type": "string",
"default": "",
"description": "Filter by employment type."
},
"distance": {
"type": "integer",
"default": 50,
"maximum": 200,
"minimum": 0,
"description": "Radius in miles from location."
},
"hoursOld": {
"type": "integer",
"maximum": 8760,
"minimum": 1,
"description": "Only jobs posted in last N hours."
},
"isRemote": {
"type": "boolean",
"default": false,
"description": "Remote-only."
},
"location": {
"type": "string",
"description": "City, state, country, or 'Remote'. Empty = global."
},
"easyApply": {
"type": "boolean",
"default": false,
"description": "Only easy-apply jobs."
},
"maxResults": {
"type": "integer",
"default": 20,
"maximum": 100,
"minimum": 1,
"description": "Max jobs per board (1-100)."
},
"searchTerm": {
"type": "string",
"description": "Job title, keyword, or skill."
},
"countryIndeed": {
"type": "string",
"default": "usa",
"description": "Country code for Indeed/Glassdoor (usa, uk, canada, etc)."
},
"googleSearchTerm": {
"type": "string",
"description": "Custom query for Google Jobs only."
},
"descriptionFormat": {
"enum": [
"markdown",
"html"
],
"type": "string",
"default": "markdown",
"description": "Output format for job descriptions."
},
"linkedinCompanyIds": {
"type": "array",
"items": {
"type": "string"
},
"description": "Restrict LinkedIn to specific company IDs."
},
"enforceAnnualSalary": {
"type": "boolean",
"default": false,
"description": "Normalize salary to annual."
},
"linkedinFetchDescription": {
"type": "boolean",
"default": false,
"description": "Fetch full LinkedIn job descriptions."
}
},
"description": "Scrape jobs from LinkedIn, Indeed, Glassdoor, Google Jobs, ZipRecruiter, Bayt, BDJobs, and Naukri in one call."
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"items"
],
"properties": {
"items": {
"type": "array",
"items": {
"type": "object"
},
"description": "Scraped items. Shape varies per tool — see each tool's outputSample for a concrete example."
},
"runId": {
"type": "string",
"description": "Run ID for debugging/audit."
},
"payment": {
"type": "object",
"description": "Settlement summary (protocol, amount, currency)."
},
"duration": {
"type": "integer",
"description": "Run duration in seconds."
}
}
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "payment_required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2",
"credentialTypes": [
"authorization"
]
},
"payTo": "0xb5194A98DbDBb7028B585Db26B972e7F0F3f826A",
"amount": "2250",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 60
}
],
"resource": {
"url": "https://hirescrape.com/api/tools/linkedin",
"mimeType": "application/json",
"description": "LinkedIn people, companies, posts, job listings, people search."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"url": "https://www.linkedin.com/in/satyanadella/",
"mode": "profile"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"items": [
{
"url": "https://www.linkedin.com/in/satyanadella/",
"name": "Satya Nadella",
"location": "Redmond, Washington, United States",
"position": "Chairman and CEO at Microsoft",
"followers": 11984334,
"current_company": {
"name": "Microsoft",
"title": "Chairman and CEO"
}
}
],
"runId": "bd_example",
"payment": {
"amount": "0.002250",
"currency": "USD",
"protocol": "x402"
},
"duration": 9
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"title": "LinkedIn Scraper",
"required": [
"mode"
],
"properties": {
"url": {
"type": "string",
"description": "Full URL of the target object."
},
"mode": {
"enum": [
"profile",
"company",
"company_posts",
"post"
],
"type": "string",
"default": "profile",
"description": "Which endpoint to call. Options: profile, company, company_posts, post."
},
"page": {
"type": "integer",
"description": "Page number (default 1)."
},
"limit": {
"type": "integer",
"default": 20,
"maximum": 500,
"minimum": 1,
"description": "Max items to collect (applies to paginated modes)."
}
},
"description": "LinkedIn people, companies, posts, job listings, people search."
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"items"
],
"properties": {
"items": {
"type": "array",
"items": {
"type": "object"
},
"description": "Scraped items. Shape varies per tool — see each tool's outputSample for a concrete example."
},
"runId": {
"type": "string",
"description": "Run ID for debugging/audit."
},
"payment": {
"type": "object",
"description": "Settlement summary (protocol, amount, currency)."
},
"duration": {
"type": "integer",
"description": "Run duration in seconds."
}
}
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "payment_required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2",
"credentialTypes": [
"authorization"
]
},
"payTo": "0xb5194A98DbDBb7028B585Db26B972e7F0F3f826A",
"amount": "2250",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 60
}
],
"resource": {
"url": "https://hirescrape.com/api/tools/tiktok",
"mimeType": "application/json",
"description": "TikTok profiles, posts, comments, fast-API feeds, search discovery."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"url": "https://www.tiktok.com/@tiktok",
"mode": "profile"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"items": [
{
"nickname": "TikTok",
"username": "tiktok",
"verified": true,
"followers": 81000000,
"profile_url": "https://www.tiktok.com/@tiktok",
"videos_count": 800
}
],
"runId": "bd_example",
"payment": {
"amount": "0.002250",
"currency": "USD",
"protocol": "x402"
},
"duration": 10
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"title": "TikTok Scraper",
"required": [
"mode"
],
"properties": {
"url": {
"type": "string",
"description": "Full URL of the target object."
},
"mode": {
"enum": [
"profile",
"audience",
"profile_videos",
"video",
"transcript",
"live",
"video_comments",
"comment_replies",
"following",
"followers",
"search_users",
"search_hashtag",
"search_keyword",
"search_top",
"popular_songs",
"popular_creators",
"popular_videos",
"popular_hashtags",
"song",
"song_videos",
"trending_feed"
],
"type": "string",
"default": "profile",
"description": "Which endpoint to call. Options: profile, audience, profile_videos, video, transcript, live, video_comments, comment_replies, following, followers, search_users, search_hashtag, search_keyword, search_top, popular_songs, popular_creators, popular_videos, popular_hashtags, song, song_videos, trending_feed."
},
"page": {
"type": "integer",
"description": "Page number (default 1)."
},
"trim": {
"type": "boolean",
"description": "Return a condensed response."
},
"limit": {
"type": "integer",
"default": 20,
"maximum": 500,
"minimum": 1,
"description": "Max items to collect (applies to paginated modes)."
},
"query": {
"type": "string",
"description": "Search keyword."
},
"clipId": {
"type": "string",
"description": "TikTok song clip ID."
},
"cursor": {
"type": "string",
"description": "Pagination cursor."
},
"handle": {
"type": "string",
"description": "Username / handle (without @)."
},
"period": {
"type": "integer",
"description": "Lookback days (7 or 30)."
},
"region": {
"type": "string",
"description": "Proxy / market region (e.g. US)."
},
"sortBy": {
"type": "string",
"description": "Sort key (depends on endpoint)."
},
"hashtag": {
"type": "string",
"description": "Hashtag (without #)."
},
"orderBy": {
"type": "string",
"description": "Order key (depends on endpoint)."
},
"sort_by": {
"type": "string",
"description": "Sort key (depends on endpoint)."
},
"user_id": {
"type": "string",
"description": "Platform user ID (often faster than handle)."
},
"industry": {
"type": "string",
"description": "Industry filter."
},
"language": {
"type": "string",
"description": "2-letter language code."
},
"min_time": {
"type": "integer",
"description": "Pagination cursor (unix seconds)."
},
"rankType": {
"type": "string",
"description": "popular or surging."
},
"comment_id": {
"type": "string",
"description": "Parent comment ID."
},
"max_cursor": {
"type": "string",
"description": "Pagination cursor."
},
"newOnBoard": {
"type": "boolean",
"description": "Only items new to the chart."
},
"timePeriod": {
"type": "integer",
"description": "Lookback days (7/30/130)."
},
"countryCode": {
"type": "string",
"description": "Country code."
},
"date_posted": {
"type": "string",
"description": "Posting timeframe."
},
"publish_time": {
"type": "string",
"description": "Publication time filter."
},
"followerCount": {
"type": "string",
"description": "Follower count bucket filter."
},
"creatorCountry": {
"type": "string",
"description": "Creator country."
},
"download_media": {
"type": "boolean",
"description": "Return permanent media URLs."
},
"get_transcript": {
"type": "boolean",
"description": "Include transcript in the response."
},
"audienceCountry": {
"type": "string",
"description": "Audience country."
},
"commercialMusic": {
"type": "boolean",
"description": "Only commercial-use tracks."
},
"use_ai_as_fallback": {
"type": "boolean",
"description": "Fall back to AI if no transcript."
}
},
"description": "TikTok profiles, posts, comments, fast-API feeds, search discovery."
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"items"
],
"properties": {
"items": {
"type": "array",
"items": {
"type": "object"
},
"description": "Scraped items. Shape varies per tool — see each tool's outputSample for a concrete example."
},
"runId": {
"type": "string",
"description": "Run ID for debugging/audit."
},
"payment": {
"type": "object",
"description": "Settlement summary (protocol, amount, currency)."
},
"duration": {
"type": "integer",
"description": "Run duration in seconds."
}
}
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "payment_required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2",
"credentialTypes": [
"authorization"
]
},
"payTo": "0xb5194A98DbDBb7028B585Db26B972e7F0F3f826A",
"amount": "2250",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 60
}
],
"resource": {
"url": "https://hirescrape.com/api/tools/tiktok-shop",
"mimeType": "application/json",
"description": "TikTok Shop products + discovery by keyword/category/shop."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"url": "https://www.tiktok.com/shop/pdp/1729958070036334569",
"mode": "product"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"items": [
{
"price": 29.99,
"title": "Wireless Earbuds — Noise Cancelling",
"rating": 4.6,
"currency": "USD",
"shop_name": "Audio Co.",
"product_id": "1729958070036334569",
"sold_count": 12400,
"product_url": "https://www.tiktok.com/shop/pdp/1729958070036334569"
}
],
"runId": "bd_example",
"payment": {
"amount": "0.002250",
"currency": "USD",
"protocol": "x402"
},
"duration": 12
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"title": "TikTok Shop Scraper",
"required": [
"mode"
],
"properties": {
"url": {
"type": "string",
"description": "Full URL of the target object."
},
"mode": {
"enum": [
"search",
"products",
"product",
"reviews",
"showcase"
],
"type": "string",
"default": "search",
"description": "Which endpoint to call. Options: search, products, product, reviews, showcase."
},
"page": {
"type": "integer",
"description": "Page number (default 1)."
},
"limit": {
"type": "integer",
"default": 20,
"maximum": 500,
"minimum": 1,
"description": "Max items to collect (applies to paginated modes)."
},
"query": {
"type": "string",
"description": "Search keyword."
},
"cursor": {
"type": "string",
"description": "Pagination cursor."
},
"handle": {
"type": "string",
"description": "Username / handle (without @)."
},
"region": {
"type": "string",
"description": "Proxy / market region (e.g. US)."
},
"product_id": {
"type": "string",
"description": "Product ID."
}
},
"description": "TikTok Shop products + discovery by keyword/category/shop."
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"items"
],
"properties": {
"items": {
"type": "array",
"items": {
"type": "object"
},
"description": "Scraped items. Shape varies per tool — see each tool's outputSample for a concrete example."
},
"runId": {
"type": "string",
"description": "Run ID for debugging/audit."
},
"payment": {
"type": "object",
"description": "Settlement summary (protocol, amount, currency)."
},
"duration": {
"type": "integer",
"description": "Run duration in seconds."
}
}
}
}
}
}
}
}
},
"x402Version": 2
}
] OVER TIME
All charts use the 30d selector; each series spans only the dates it has data for. Every series is also served as JSON at /api/v1/services/hirescrape/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.
Median across 5 endpoints. Use the selector to isolate one.
checklist grew 11->14 on 2026-07-28; a step here is a metric change, not a regression
Measured site and economics pillars from the assessment history, so the latest value shown elsewhere on this page reads as a point on a trend rather than a permanent state.
COMPLIANCE
14/14 checks pass · grade Alast 402 captured 2026-07-20 · last up 2026-08-13
- 402 payload captured
- accepts[] array present
- payTo address recoverable
- payTo at accepts[0].payTo (conformant shape)
- payTo is a valid on-chain address
- atomic price declared
- atomic price in a sane range
- asset (token) address declared
- network resolves to CAIP-2
- payment scheme declared
- served over HTTPS
- declares the current x402 version (2)
- EIP-712 domain parameters present on every EVM entry
- x402 v2 envelope delivered in the payment-required header
SITE PILLARS
- homepage reachable
- openapi doc
- pricing page
- llms.txt
- robots.txt
- terms page
recent checks (18) live · click to expand
EMBED THIS BADGE
<a href="https://x402-list.com/services/hirescrape?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/hirescrape.svg" alt="Hirescrape listed on x402-list" height="28"> </a>
[](https://x402-list.com/services/hirescrape?utm_source=badge&utm_medium=referral&utm_campaign=embed)
<a href="https://x402-list.com/services/hirescrape?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/hirescrape.svg?data=uptime" alt="Hirescrape uptime on x402-list" height="28"> </a>