← Back to marketplace

Hirescrape - Pay-per-call scraper API for AI agents

external

Pay-per-call web scrapers for AI agents. 28 tools across Reddit, 8-board job search (LinkedIn · Indeed · Glassdoor · Google Jobs · +5), TikTok · Douyin · Bilibili, cross-platform trend research, social media, and ad libraries. No API keys. Agent wallets settle USDC on Tempo or Base via x402 + MPP.

by Hirescrape37 endpoints99% uptime145ms avg

Price

from $0.0010

up to $3.00 per request

Network

base

Category

ai

On-chain txns

126

Uptime

99%

Avg latency

145ms

Checks

92

Status

Healthy

Base URL

https://hirescrape.com

Endpoints (37)

Discovered from on-chain x402 payment activity. Prices shown are per-call in USDC.

POST/api/audit
base$0.0010

x402audit compliance + visibility report

POST/api/skills/%7Bslug%7D/run
base$0.0300

Get person information from an email address

POST/api/tip
base$3.00

Tip the x402audit maintainers

POST/api/tools/age-gender
base$0.0500

Estimate age bucket + gender from a social profile's avatar.

POST/api/tools/amazon-shop
base$0.0500

Amazon storefront / shop page extraction: products, prices, metadata.

POST/api/tools/bluesky
base$0.0500

Bluesky profiles, user posts, individual post details.

POST/api/tools/facebook
base$0.0500

Facebook profiles, posts, photos, reels, group posts, comments, transcripts.

POST/api/tools/fb-ad-library
base$0.0500

Meta Ad Library: search ads by keyword or company, get single-ad details, filter by country, status, media type, date range.

POST/api/tools/google-ad-library
base$0.0500

Google's Ads Transparency Center: advertiser search, full company ad history (with topic/region/date filters), single-ad details.

POST/api/tools/google-search
base$0.0500

Plain Google search: organic results for a keyword with region, freshness, and pagination.

POST/api/tools/instagram
base$0.0022

Instagram profiles, posts, reels, comments — 8 modes.

POST/api/tools/instagram
base$0.0500

Instagram profiles, posts, reels, comments, highlights, transcripts, reel search.

POST/api/tools/jobs
base$0.2100

Scrape jobs from LinkedIn, Indeed, Glassdoor, Google Jobs, ZipRecruiter, Bayt, BDJobs, and Naukri in one call.

POST/api/tools/jobs
base$0.2100

Scrape jobs from LinkedIn, Indeed, Glassdoor, Google Jobs, ZipRecruiter, Bayt, BDJobs, and Naukri in one call.

POST/api/tools/kick
base$0.0500

Kick.com clip details.

POST/api/tools/komi
base$0.0500

Extract creator link-in-bio data from Komi pages.

POST/api/tools/linkbio
base$0.0500

Extract creator link-in-bio data from lnk.bio pages.

POST/api/tools/linkedin
base$0.0022

LinkedIn people, companies, posts, job listings, people search.

POST/api/tools/linkedin
base$0.0500

LinkedIn person profiles, company pages, paginated company posts, individual post details.

POST/api/tools/linkedin-ad-library
base$0.0500

LinkedIn ads search by company name / ID / keyword with country + date filters, plus single-ad details.

POST/api/tools/linkme
base$0.0500

Extract creator link-in-bio data from link.me pages.

POST/api/tools/linktree
base$0.0500

Extract all links + metadata from a Linktree profile.

POST/api/tools/pillar
base$0.0500

Extract creator link-in-bio data from Pillar pages.

POST/api/tools/pinterest
base$0.0500

Pinterest keyword search, pin details, user boards, full board contents.

POST/api/tools/reddit
base$0.0700

Scrape Reddit posts, comments, AI Answers, subreddits, and search. TLS fingerprinting, no API key.

POST/api/tools/snapchat
base$0.0500

Snapchat public user profiles.

POST/api/tools/threads
base$0.0500

Meta Threads profiles, user posts, post details, keyword + user search (with date filters).

POST/api/tools/tiktok
base$0.0022

TikTok profiles, posts, comments, fast-API feeds, search discovery.

POST/api/tools/tiktok
base$0.0220

Videos, profiles, comments, likes, live rooms, trending across all three platforms.

POST/api/tools/tiktok-shop
base$0.0022

TikTok Shop products + discovery by keyword/category/shop.

POST/api/tools/tiktok-shop
base$0.0500

TikTok Shop keyword search, shop product lists, product details + reviews, creator showcases.

POST/api/tools/trend-intel
base$0.3500

Research a topic across Reddit, TikTok, YouTube, Instagram, HN, Polymarket. Ranked + clustered.

POST/api/tools/truth-social
base$0.0500

Truth Social profiles, user posts, individual post details.

POST/api/tools/twitch
base$0.0500

Twitch streamer profiles and clip details.

POST/api/tools/twitter
base$0.0500

X (Twitter) profiles, user tweets, tweet details + transcripts, community metadata and tweets.

POST/api/tools/youtube
base$0.0022

YouTube videos, channels, and comments — 10 modes.

POST/api/tools/youtube
base$0.0500

YouTube channels, videos, shorts, transcripts, comments, keyword + hashtag search, playlists, community posts.

Payment

Protocolx402 (direct payment, USDC)
Networkbase

How to call

Via APIHub (recommended)No wallet · pay with credits · gasless
# one-time setup
npx @apihubio/cli register
npx @apihubio/cli topup 10

# call it
npx @apihubio/cli call https://hirescrape.com \
  -X POST \
  -d '{ /* check provider docs for input */ }'

# or save it to Claude/Cursor/Codex
npx @apihubio/cli install
npx @apihubio/cli add https://hirescrape.com
APIHub pays the provider on your behalf and debits your credit balance for the exact amount. No wallet setup, no gas, no per-call signing.
Via direct x402 (advanced)Bring your own wallet
import { wrapFetchWithPayment } from "@x402/fetch";
import { createWalletClient, http } from "viem";
import { privateKeyToAccount } from "viem/accounts";
import { base } from "viem/chains";

const account = privateKeyToAccount("0xYOUR_PRIVATE_KEY");
const client = createWalletClient({ account, chain: base, transport: http() });
const x402Fetch = wrapFetchWithPayment(client);

const res = await x402Fetch("https://hirescrape.com", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({ /* check provider docs for input */ }),
});
const data = await res.json();
Requires USDC on Base and gas on each call. The @x402/fetch client signs EIP-3009 transferWithAuthorization for each 402 response and retries.

This is an external service not operated by APIHub. Listing data is sourced from public on-chain records and third-party indexes. Payment goes directly to the service provider via the x402 protocol. APIHub does not guarantee availability, accuracy, or quality of external services.