x402 List

x402 Protocol Service Directory

Hirescrape

Data

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.

UPTIME 24H 100% 7D 100% 30D 100%
BASE URL https://hirescrape.com ENDPOINTS 5 NETWORK Base ASSET USDC MEMBER SINCE 2026-07-20 MONITORED SINCE 2026-07-20

ASSESSMENT

updated 1h 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
323ms
avg response
199ms
total checks
70
compliance A (11/11)

11 of 11 x402 conformance checks pass. Full checklist below.

jump to compliance checklist

price $0.00225 to $0.21 (p35 in Data)
price (min)
$0.00225
price (max)
$0.21
category percentile (min)
p35 in Data
category percentile (max)
p89 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.

traction $21.48 30d · 22 buyers
volume 30d
$21.48
buyers 30d
22
settlements 30d
294
last settlement
2026-07-21
top buyer share
84% of 30d volume
trend 7d vs 30d
0.03x the 30d daily rate
networks
eip155:8453

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 TikTok Shop, as well as job board data.

category
web-scraping
in
body
web-scrapingsocial-mediajob-boardsdata-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
POST /api/tools/instagram $0.00225 Base USDC
POST /api/tools/jobs $0.21 Base USDC
POST /api/tools/linkedin $0.00225 Base USDC
POST /api/tools/tiktok $0.00225 Base USDC
POST /api/tools/tiktok-shop $0.00225 Base USDC
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
  }
]

UPTIME

07-21 · uptime 100.0% · 182ms avg07-2107-21
RESPONSE TIME
07-21 · 182ms avg07-21 · 182ms avg07-2107-21
24h UPTIME 100%
UPTIME 24H 100%
AVG RESP 198ms
TOTAL CHECKS 75

RECENT CHECKS

TIME STATUS RESP
● OK 89ms
● OK 223ms
● OK 133ms
● SLOW 305ms
● OK 125ms
● OK 170ms
● OK 155ms
● OK 217ms
● OK 172ms
● OK 141ms
● OK 160ms
● OK 103ms
● OK 225ms
● OK 65ms
● OK 219ms
● OK 169ms
● OK 211ms
● OK 156ms

OVER TIME

All charts share the 24h window selected here. 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).

PRICE (captured 402, USD)
07-20 · $0.0022507-21 · $0.00225$0.0022507-2007-21

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% checksuptimecompliance07-2007-21
VOLUME (on-chain settlement, USD)
07-20 · $0.0007-21 · $0.12peak $0.1207-2007-21
DISTINCT BUYERS
07-20 · 1 buyer07-21 · 3 buyerspeak 3 buyers07-2007-21

COMPLIANCE

11/11 checks pass · grade A
  • 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

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 ]