$0.01
per call · USD Coin on Base
Start the "Instagram Profile Scraper" Apify actor (apify/instagram-profile-scraper). Scrape all Instagram profile info. Just add Instagram usernames, IDs or URLs and extract name, join date, number of followers, location, bio, website, related…
Endpoint
POST https://stableapify.dev/api/actors/apify/instagram-profile-scraper/call1
Calls / 30d
1
Unique payers / 30d
Aug 24
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://stableapify.dev/api/actors/apify/instagram-profile-scraper/call", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({}),
});
const data = await res.json();curl -X POST \
"https://stableapify.dev/api/actors/apify/instagram-profile-scraper/call" \
-H "Content-Type: application/json" \
-d '{}' \
-H "X-PAYMENT: <signed x402 payment>"Payment details
0x23d931f95831cee50b5f5edf4d0e88270f6c8411USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Social & Community and the homepage with a featured placement.
More from Apify API & similar services
Apify API · Twitter X Data Tweet Scraper PAY PER Result Cheapest Call
stableapify.dev
Start the "Tweet Scraper|$0.25/1K Tweets | Pay-Per Result | No Rate Limits" Apify actor (kaitoeasyapi/twitter-x-data-tweet-scraper-pay-per-result-cheapest). Only $0.25/1000 tweets for Twitter scraping, 100% reliability, swift data retrieval.This incredible low price is almost too good to be true.Thanks to our larg…
Apify API · Amazon Crawler Call
stableapify.dev
Start the "Amazon Product Scraper" Apify actor (junglee/Amazon-crawler). Use this Amazon scraper to collect data based on URL and country from the Amazon website. Extract product information without using the Amazon API, including r…
Apify API · Actors Results
stableapify.dev
Fetch items from an Apify Actor run default dataset. Body: { "token": "..." } from actors/call. First call per wallet pays via x402 proportional to Apify usage (capped at $1.00); SIWX replay is free. Poll /api/actors/status until terminal — calling before terminal returns 409. POST only — never GET; token in JSON body, not query string.