x402 List

x402 Protocol Service Directory

Hirescrape

Data PAYMENT-READY imported

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

BASE URL https://hirescrape.com ENDPOINTS 5 NETWORK Base ASSET USDC MEMBER SINCE 2026-07-20 MONITORED SINCE 2026-07-20

ASSESSMENT

updated 3h ago

Evidence-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.

jump to compliance checklist

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-derived

Provides web scraping services for social media platforms like Instagram, LinkedIn, TikTok, and job boards.

category
web-scraping
in
body
auth
api key
web-scrapingsocial-mediadata-extraction

AI-generated summary. The measured data is never altered by it.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
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
5 endpoints

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.

// request
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 90d 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.

UPTIME
07-20 · uptime 100.0% · 230ms avg07-21 · uptime 100.0% · 186ms avg07-22 · uptime 100.0% · 203ms avg07-23 · uptime 100.0% · 149ms avg07-24 · uptime 100.0% · 183ms avg07-25 · uptime 100.0% · 175ms avg07-26 · uptime 100.0% · 181ms avg07-27 · uptime 100.0% · 147ms avg07-28 · uptime 100.0% · 154ms avg07-29 · uptime 100.0% · 139ms avg07-30 · uptime 100.0% · 169ms avg07-31 · uptime 100.0% · 165ms avg08-01 · uptime 100.0% · 194ms avg08-02 · uptime 100.0% · 184ms avg08-03 · uptime 100.0% · 201ms avg08-04 · uptime 100.0% · 179ms avg08-05 · uptime 100.0% · 269ms avg08-06 · uptime 100.0% · 181ms avg08-07 · uptime 100.0% · 191ms avg08-08 · uptime 100.0% · 193ms avg08-09 · uptime 100.0% · 164ms avg08-10 · uptime 100.0% · 172ms avg08-11 · uptime 100.0% · 148ms avg08-12 · uptime 100.0% · 174ms avg08-13 · uptime 100.0% · 196ms avg07-2008-13
90d UPTIME 100%
RESPONSE TIME
07-20 · 230ms avg07-20 · 230ms avg07-21 · 186ms avg07-21 · 186ms avg07-22 · 203ms avg07-22 · 203ms avg07-23 · 149ms avg07-23 · 149ms avg07-24 · 183ms avg07-24 · 183ms avg07-25 · 175ms avg07-25 · 175ms avg07-26 · 181ms avg07-26 · 181ms avg07-27 · 147ms avg07-27 · 147ms avg07-28 · 154ms avg07-28 · 154ms avg07-29 · 139ms avg07-29 · 139ms avg07-30 · 169ms avg07-30 · 169ms avg07-31 · 165ms avg07-31 · 165ms avg08-01 · 194ms avg08-01 · 194ms avg08-02 · 184ms avg08-02 · 184ms avg08-03 · 201ms avg08-03 · 201ms avg08-04 · 179ms avg08-04 · 179ms avg08-05 · 269ms avg08-05 · 269ms avg08-06 · 181ms avg08-06 · 181ms avg08-07 · 191ms avg08-07 · 191ms avg08-08 · 193ms avg08-08 · 193ms avg08-09 · 164ms avg08-09 · 164ms avg08-10 · 172ms avg08-10 · 172ms avg08-11 · 148ms avg08-11 · 148ms avg08-12 · 174ms avg08-12 · 174ms avg08-13 · 196ms avg08-13 · 196ms avg07-2008-13
AVG RESP 179ms
PRICE (captured 402, USD)
07-20 · $0.0022508-13 · $0.00225$0.0022507-2008-13

Median across 5 endpoints. Use the selector to isolate one.

SUB-SCORES (uptime + x402 compliance)
07-20 uptime: 100.0% compliance: 100% checks07-21 uptime: 100.0% compliance: 100% checks07-22 uptime: 100.0% compliance: 100% checks07-23 uptime: 100.0% compliance: 100% checks07-24 uptime: 100.0% compliance: 100% checks07-25 uptime: 100.0% compliance: 100% checks07-26 uptime: 100.0% compliance: 100% checks07-27 uptime: 100.0% compliance: 100% checks07-28 uptime: 100.0% compliance: 100% checks07-29 uptime: 100.0% compliance: 100% checks07-30 uptime: 100.0% compliance: 100% checks07-31 uptime: 100.0% compliance: 100% checks08-01 uptime: 100.0% compliance: 100% checks08-02 uptime: 100.0% compliance: 100% checks08-03 uptime: 100.0% compliance: 100% checks08-04 uptime: 100.0% compliance: 100% checks08-05 uptime: 100.0% compliance: 100% checks08-06 uptime: 100.0% compliance: 100% checks08-07 uptime: 100.0% compliance: 100% checks08-08 uptime: 100.0% compliance: 100% checks08-09 uptime: 100.0% compliance: 100% checks08-10 uptime: 100.0% compliance: 100% checks08-11 uptime: 100.0% compliance: 100% checks08-12 uptime: 100.0% compliance: 100% checks08-13 uptime: 100.0% compliance: 100% checksuptimecompliance07-2008-13

checklist grew 11->14 on 2026-07-28; a step here is a metric change, not a regression

PILLARS OVER TIME (measured)

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.

VOLUME (on-chain settlement, USD)
05-17 · $0.0005-19 · $0.2605-20 · $0.0005-21 · $0.0005-22 · $0.0106-09 · $206-10 · $106-12 · $0.7206-13 · $0.6006-14 · $0.0106-15 · $206-16 · $206-17 · $0.0006-18 · $0.3906-19 · $106-20 · $0.0006-21 · $0.3606-22 · $0.0006-23 · $0.8606-24 · $306-25 · $106-26 · $106-27 · $206-28 · $206-29 · $106-30 · $207-01 · $207-02 · $0.8107-03 · $107-04 · $107-05 · $0.2907-06 · $0.3307-08 · $207-09 · $0.0007-10 · $0.0207-11 · $0.0007-12 · $0.0107-13 · $0.0107-14 · $0.0307-15 · $0.0107-16 · $0.0007-17 · $0.0307-18 · $0.0107-19 · $0.0807-20 · $0.0007-21 · $0.1307-22 · $0.1307-23 · $0.1107-24 · $0.2107-27 · $0.4507-28 · $0.0007-29 · $0.2507-30 · $0.2107-31 · $0.0308-02 · $0.0908-03 · $0.0208-04 · $0.3608-07 · $0.1808-10 · $0.0108-12 · $0.01peak $305-1708-12
DISTINCT BUYERS
05-17 · 1 buyer05-19 · 2 buyers05-20 · 1 buyer05-21 · 1 buyer05-22 · 1 buyer06-09 · 6 buyers06-10 · 2 buyers06-12 · 5 buyers06-13 · 1 buyer06-14 · 1 buyer06-15 · 3 buyers06-16 · 3 buyers06-17 · 1 buyer06-18 · 3 buyers06-19 · 4 buyers06-20 · 1 buyer06-21 · 3 buyers06-22 · 1 buyer06-23 · 3 buyers06-24 · 2 buyers06-25 · 3 buyers06-26 · 3 buyers06-27 · 2 buyers06-28 · 1 buyer06-29 · 3 buyers06-30 · 3 buyers07-01 · 2 buyers07-02 · 2 buyers07-03 · 1 buyer07-04 · 2 buyers07-05 · 2 buyers07-06 · 3 buyers07-08 · 2 buyers07-09 · 1 buyer07-10 · 2 buyers07-11 · 1 buyer07-12 · 2 buyers07-13 · 1 buyer07-14 · 2 buyers07-15 · 2 buyers07-16 · 1 buyer07-17 · 2 buyers07-18 · 2 buyers07-19 · 1 buyer07-20 · 1 buyer07-21 · 4 buyers07-22 · 2 buyers07-23 · 1 buyer07-24 · 1 buyer07-27 · 2 buyers07-28 · 1 buyer07-29 · 3 buyers07-30 · 1 buyer07-31 · 1 buyer08-02 · 1 buyer08-03 · 2 buyers08-04 · 3 buyers08-07 · 1 buyer08-10 · 2 buyers08-12 · 1 buyerpeak 6 buyers05-1708-12

COMPLIANCE

14/14 checks pass · grade A

last 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
TIME STATUS RESP CAUSE
● OK 259ms
● OK 261ms
● SLOW 314ms
● OK 227ms
● SLOW 355ms
● SLOW 291ms
● OK 143ms
● OK 244ms
● SLOW 375ms
● SLOW 277ms
● OK 192ms
● OK 174ms
● SLOW 274ms
● OK 245ms
● OK 189ms
● OK 132ms
● OK 178ms
● OK 181ms

EMBED THIS BADGE

Show that Hirescrape is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

Hirescrape listed on x402-list
status
Hirescrape uptime on x402-list
live uptime
// HTML
<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>
// Markdown
[![Hirescrape on x402-list](https://x402-list.com/badge/hirescrape.svg)](https://x402-list.com/services/hirescrape?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<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>

RUN THIS SERVICE?

Keep this listing accurate: propose changes to the name, description, website, category or add new endpoints to monitor. Ownership is verified with a domain proof and every change is reviewed manually; measured data stays read-only.

[ update this listing ]

Earn the verified tier: x402list pays a real call to this endpoint and, if it delivers, the service is delivery-verified. The fee covers the cost of the probe, not the badge; there is no refund if the call does not deliver. Agent and API only, no in-browser signing. See /api.

[ verify this service ($0.25) ]

To request delisting, email info@x402-list.com or update your listing at /services/hirescrape/update.