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.
Price
from $0.0010
up to $3.00 per request
Network
base
Category
ai
On-chain txns
126
Uptime
99%
Avg latency
144ms
Checks
89
Status
Healthy
Discovered from on-chain x402 payment activity. Prices shown are per-call in USDC.
x402audit compliance + visibility report
Get person information from an email address
Tip the x402audit maintainers
Estimate age bucket + gender from a social profile's avatar.
Amazon storefront / shop page extraction: products, prices, metadata.
Bluesky profiles, user posts, individual post details.
Facebook profiles, posts, photos, reels, group posts, comments, transcripts.
Meta Ad Library: search ads by keyword or company, get single-ad details, filter by country, status, media type, date range.
Google's Ads Transparency Center: advertiser search, full company ad history (with topic/region/date filters), single-ad details.
Plain Google search: organic results for a keyword with region, freshness, and pagination.
Instagram profiles, posts, reels, comments — 8 modes.
Instagram profiles, posts, reels, comments, highlights, transcripts, reel search.
Scrape jobs from LinkedIn, Indeed, Glassdoor, Google Jobs, ZipRecruiter, Bayt, BDJobs, and Naukri in one call.
Scrape jobs from LinkedIn, Indeed, Glassdoor, Google Jobs, ZipRecruiter, Bayt, BDJobs, and Naukri in one call.
Kick.com clip details.
Extract creator link-in-bio data from Komi pages.
Extract creator link-in-bio data from lnk.bio pages.
LinkedIn people, companies, posts, job listings, people search.
LinkedIn person profiles, company pages, paginated company posts, individual post details.
LinkedIn ads search by company name / ID / keyword with country + date filters, plus single-ad details.
Extract creator link-in-bio data from link.me pages.
Extract all links + metadata from a Linktree profile.
Extract creator link-in-bio data from Pillar pages.
Pinterest keyword search, pin details, user boards, full board contents.
Scrape Reddit posts, comments, AI Answers, subreddits, and search. TLS fingerprinting, no API key.
Snapchat public user profiles.
Meta Threads profiles, user posts, post details, keyword + user search (with date filters).
TikTok profiles, posts, comments, fast-API feeds, search discovery.
Videos, profiles, comments, likes, live rooms, trending across all three platforms.
TikTok Shop products + discovery by keyword/category/shop.
TikTok Shop keyword search, shop product lists, product details + reviews, creator showcases.
Research a topic across Reddit, TikTok, YouTube, Instagram, HN, Polymarket. Ranked + clustered.
Truth Social profiles, user posts, individual post details.
Twitch streamer profiles and clip details.
X (Twitter) profiles, user tweets, tweet details + transcripts, community metadata and tweets.
YouTube videos, channels, and comments — 10 modes.
YouTube channels, videos, shorts, transcripts, comments, keyword + hashtag search, playlists, community posts.
# 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.comimport { 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();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.