Web scraping platform (X, TikTok, IG, FB, LinkedIn, Reddit, YouTube, Amazon, Google Maps).
Scraping
Endpoints · 41
x402 URLhttps://x402.monid.ai/v1/run
EndpointDescriptionPrice
POST/apify/instagram-search-scraper$0.003per resultSearch Instagram for places, profiles, and hashtags by keyword.
POST/starvibe/youtube-video-transcript$0.007per resultExtract a full timestamped transcript plus video metadata from a YouTube video URL.
POST/curious_coder/facebook-ads-library-scraper$0.001per resultScrape ads from the Meta/Facebook Ad Library by search query or page.
POST/harvestapi/linkedin-profile-searchFreeSearch LinkedIn profiles by keyword with job title, company, school, location, industry, seniority, and headcount filters.
POST/streamers/youtube-comments-scraper$0.002per resultExtract complete comment threads from YouTube videos: text, authors, dates, votes, and replies.
POST/scraptik/tiktok-api$0.003Access TikTok mobile API data: users, videos, sounds, search, comments, followers, and hashtags.
POST/apify/facebook-reviews-scraper$0.003per resultScrape reviews from Facebook business pages with ratings and reviewer info.
POST/apify/instagram-post-scraper$0.002Extract post-level metadata from Instagram profiles and post URLs.
POST/clockworks/tiktok-video-scraper$0.01per resultExtract metadata and engagement metrics from specific TikTok video URLs.
POST/web_wanderer/amazon-reviews-extractor$0.001per resultScrape Amazon reviews across 20+ regional domains with rating, keyword, and media filters.
POST/compass/google-maps-reviews-scraper$0.001per resultExtract reviews and place metadata from Google Maps place URLs.
POST/data_xplorer/google-news-scraper-fast$0.006per resultScrape real-time Google News articles by keyword, topic, or section across 50+ markets.
POST/delicious_zebu/amazon-product-details-scraper$0.002per resultScrape full Amazon product detail pages by ASIN or product URL.
POST/xmiso_scrapers/eu-amazon-sellers-email-leads$0.01per resultExtract Amazon seller business data and contact leads across EU and US marketplaces.
POST/cleansyntax/facebook-profile-posts-scraper$0.009per resultCollect public Facebook profile posts, profile details, or a profile ID, by profile URL or ID.
POST/practicaltools/apify-reddit-api$0.004per resultExtract structured Reddit data via Reddit's official OAuth2 API: subreddits, posts, comments, users.
POST/axesso_data/amazon-search-scraper$0.000per resultExtract real-time Amazon search results by keyword with multi-page pagination.
POST/apify/facebook-events-scraper$0.01per resultExtract Facebook event listings by search query, page, or event URL.
POST/damilo/google-maps-scraper$0.004per resultScrape local business listings from Google Maps by keyword and location.
POST/dev_fusion/linkedin-profile-scraper$0.01per resultExtract and enrich LinkedIn profiles from URLs, including discovered emails and phone numbers.
POST/streamers/youtube-scraper$0.004per resultScrape YouTube videos, channels, playlists, and search results with full metadata and engagement metrics.
POST/apify/facebook-groups-scraper$0.006per resultScrape posts and comments from public Facebook groups.
POST/harvestapi/linkedin-profile-search-by-services$0.01per resultSearch LinkedIn profiles by service keywords and geography.
POST/harvestapi/linkedin-company-employees$0.02per resultExtract employee profiles from LinkedIn companies with title, seniority, and location filters.
POST/apidojo/tiktok-scraper$0.000per resultExtract TikTok posts, videos, profiles, hashtags, music, and comments at scale.
POST/harvestapi/linkedin-post-search$0.02per resultSearch LinkedIn posts by text query with author and company filters.
POST/apify/instagram-profile-scraper$0.003per resultExtract public Instagram profile metadata and recent media by username, ID, or URL.
POST/crawlerbros/reddit-comment-scraper$0.01per resultExtract full comment threads from Reddit posts with scores, authors, and nesting.
POST/harvestapi/linkedin-profile-posts$0.009per resultExtract posts from LinkedIn profiles and company pages with engagement and comments.
POST/apidojo/tiktok-profile-scraper$0.000per resultScrape TikTok user profiles and full post histories by username or URL.
POST/trudax/reddit-scraper-lite$0.006per resultScrape Reddit posts, comments, communities, and user profiles without login.
POST/apify/facebook-comments-scraper$0.003per resultExtract public comments and threaded replies from Facebook posts, photos, videos, and reels.
POST/apify/instagram-hashtag-scraper$0.003Scrape Instagram posts and reels by hashtag or keyword with engagement metrics.
POST/burbn/google-shopping-scraper$0.007per resultScrape Google Shopping products by keyword with offer-level pricing and seller data.
POST/apify/instagram-api-scraper$0.003per resultScrape Instagram posts, profiles, places, and hashtags by URL or search query, no login required.
POST/harvestapi/linkedin-profile-search-by-name$0.01per resultSearch LinkedIn profiles by first and last name with company, school, and location filters.
POST/axesso_data/amazon-reviews-scraper$0.001per resultExtract real-time Amazon product reviews by ASIN with ratings, text, and reviewer details.
POST/damilo/google-shopping-apify$0.005per resultScrape live Google Shopping product listings by keyword with localization and pagination.
POST/apify/facebook-pages-scraper$0.01per resultExtract public data from Facebook pages and profiles: contact info, likes, followers, ratings.
POST/scraptik/tiktok-comments-scraper-api$0.004Extract TikTok comment streams and threaded replies from video posts.
POST/harvestapi/linkedin-job-search$0.002per resultScrape LinkedIn job listings by title with multi-location and multi-company queries.
Call the provider directly and settle x402 per request.
Quickstart · x402 flow
1 · Call without payment. The service replies 402
bash
curl -i https://x402.monid.ai/v1/run \ -H "Content-Type: application/json" \ -d '{"provider": "apify", "endpoint": "/apify/instagram-search-scraper", "input": {}}'Response
HTTP/1.1 402 Payment Required{ "x402Version": 2, "accepts": [{ "scheme": "exact", "network": "eip155:143", "asset": "USDC", "maxAmountRequired": "0.00345" }] }2 · Sign the payment with your agent wallet and retry
bash
curl https://x402.monid.ai/v1/run \ -H "X-PAYMENT: <base64 payment payload signed by your EOA>" \ -H "Content-Type: application/json" \ -d '{"provider": "apify", "endpoint": "/apify/instagram-search-scraper", "input": {}}'Response
HTTP/1.1 200 OKAny EOA on Monad can pay. curl shown; language tabs land in v2.
Any APIs or tools listed are provided for discovery purposes only and do not constitute an endorsement or recommendation by the Monad Foundation.