Apify API
Search Apify Store actors, start actor runs, and fetch results over x402 and MPP.
The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.
Asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
The payTo wallet does not resolve to a registered ERC-8004 agent. That is not a verdict on the service — most of the catalog is unregistered.
Accepts
The payment requirements as published to the catalog. Read the live 402 before paying — a price here is a claim, not a quote.
Pay 0.01 USDC on Base to 0x23d9…c8411. The signed payment is good for 5 minutes.
- Paid to
- 0x23d9…c8411
- USD Coin contract
- 0x8335…02913
- Payment window
- 5 minutes
- As published
- 10000 smallest units
The catalog’s raw entry
[
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x23d931f95831cee50b5f5edf4d0e88270f6c8411",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"body": {},
"type": "http",
"method": "POST",
"bodyType": "json"
}
},
"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",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"type": "object",
"required": [
"profileScraperMode",
"startPage",
"reactionsProfileScraperMode",
"commentsProfileScraperMode"
],
"properties": {
"sortBy": {
"enum": [
"relevance",
"date"
],
"type": "string",
"description": "Sort by 'relevance' or 'date'."
},
"maxPosts": {
"type": "integer",
"maximum": 9007199254740991,
"minimum": -9007199254740991,
"description": "Maximum number of posts to scrape per each search query. If you set this to 0, it will scrape all posts."
},
"startPage": {
"type": "integer",
"default": 1,
"maximum": 100,
"minimum": 1,
"description": "The page number to start scraping from."
},
"authorUrls": {
"type": "array",
"items": {
"type": "string"
},
"description": "List of LinkedIn profile or company URLs to scrape. Example: `https://www.linkedin.com/in/williamhgates` will fetch posted or re-posted content by Bill Gates."
},
"contentType": {
"enum": [
"all",
"videos",
"images",
"jobs",
"live_videos",
"documents",
"collaborative_articles"
],
"type": "string",
"description": "Filter posts by content type. For example, if you choose 'Videos', it will scrape only posts containing videos."
},
"maxComments": {
"type": "integer",
"maximum": 9007199254740991,
"minimum": -9007199254740991,
"description": "Maximum number of comments to scrape per post."
},
"postedLimit": {
"enum": [
"any",
"1h",
"24h",
"week",
"month",
"3months",
"6months",
"year"
],
"type": "string",
"description": "Fetch posts no older than X time. Options: '1h', '24h', 'week', 'month'."
},
"scrapePages": {
"type": "integer",
"maximum": 100,
"minimum": 0,
"description": "The number of search pages to scrape. Each page contains 100 posts"
},
"maxReactions": {
"type": "integer",
"maximum": 9007199254740991,
"minimum": -9007199254740991,
"description": "Maximum number of reactions to scrape per post. Default is 5."
},
"searchQueries": {
"type": "array",
"items": {
"type": "string"
},
"description": "Queries to search LinkedIn posts. The same query as you would use in the LinkedIn search bar."
},
"authorKeywords": {
"type": "string",
"description": "Scrape posts of profile-authors whose profiles contain at least one of these keywords in the headline or job title sections."
},
"scrapeComments": {
"type": "boolean",
"description": "Scrape comments of posts."
},
"postedLimitDate": {
"type": "string",
"description": "Scrape posts from now up to and including this date. It supports the [Date time string format](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date#date_time_string_format). For example, \"2011-10-10\", or \"2011-10-10T14:48:00.000+09:00\" or a timestamp: \"628021800000\""
},
"scrapeReactions": {
"type": "boolean",
"description": "Scrape reactions of posts."
},
"authorsCompanies": {
"type": "array",
"items": {
"type": "string"
},
"description": "Scrape posts of profile-authors who assigned to LinkedIn Company Names of these companies. Example: `Google` will fetch posts of Google employees or ex-employees in some cases."
},
"mentioningMember": {
"type": "array",
"items": {
"type": "string"
},
"description": "List of LinkedIn profile URLs of members mentioned in posts. Example: `https://www.linkedin.com/in/williamhgates` will fetch posts mentioning Bill Gates."
},
"authorsIndustryId": {
"type": "array",
"items": {
"type": "string"
},
"description": "Scrape posts of profile-authors who assigned to LinkedIn Industry IDs of these industries. Full list: https://github.com/HarvestAPI/linkedin-industry-codes-v2/blob/main/linkedin_industry_code_v2_all_eng.csv"
},
"mentioningCompany": {
"type": "array",
"items": {
"type": "string"
},
"description": "List of LinkedIn Company Names mentioned in posts. Example: `https://www.linkedin.com/company/google` will fetch posts mentioning Google."
},
"postNestedComments": {
"type": "boolean",
"description": "Whether to add comments items inside post items. In a case of hundreds of comments, the Actor might hit the max item size limit and won't be able to save a post."
},
"profileScraperMode": {
"enum": [
"short",
"main"
],
"type": "string",
"default": "short",
"description": "Choose the mode for scraping LinkedIn profiles. The Short mode provides basic information, while the Full mode includes full detailed profile data."
},
"commentsPostedLimit": {
"enum": [
"any",
"1h",
"24h",
"week",
"month",
"3months",
"6months",
"year"
],
"type": "string",
"description": "Fetch comments no older than X time. Options: '1h', '24h', 'week', 'month'."
},
"postNestedReactions": {
"type": "boolean",
"description": "Whether to add reactions items inside post items. In a case of hundreds of reactions, the Actor might hit the max item size limit and won't be able to save a post."
},
"commentsProfileScraperMode": {
"enum": [
"short",
"main"
],
"type": "string",
"default": "short",
"description": "Choose the mode for scraping LinkedIn profiles. The Short mode provides basic information, while the Full mode includes full detailed profile data."
},
"reactionsProfileScraperMode": {
"enum": [
"short",
"main"
],
"type": "string",
"default": "short",
"description": "Choose the mode for scraping LinkedIn profiles. The Short mode provides basic information, while the Full mode includes full detailed profile data."
}
},
"description": "Normalized actor input. See field descriptions for the simplified shape; native Apify input also accepted (passed through).",
"additionalProperties": {}
},
"options": {
"type": "object",
"properties": {
"build": {
"type": "string",
"maxLength": 100,
"minLength": 1
},
"memory": {
"type": "integer",
"maximum": 32768,
"minimum": 128
},
"maxItems": {
"type": "integer",
"maximum": 100000,
"minimum": 1
}
},
"description": "Optional Apify run options.",
"additionalProperties": false
}
},
"additionalProperties": false
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
}
}
}
}
}Provenance
- Seen in the source catalog
- 2026-08-03 15:48Z
- Last indexed by Roundhouse
- 2026-09-02 13:30Z
- Last enriched (probe, favicon, geo)
- 2026-09-21 11:15Z
- x402 version
- 2
- Max timeout
- 300s
- Liveness probe
- HTTP 405
Hand this page to an agent
Copy the prompt and paste it into Claude, an MCP client or your own agent — it will vet this service and call it over the free read API. No key, no account.
GET api.roundhouseai.io/v0/endpoints
This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 9 snapshots so far. Verified volume counts only settlements with an on-chain EIP-3009 marker.
Show the promptHide the prompt
Using Roundhouse, look up the x402 service Apify API and tell me whether it is worth paying: what a call costs, whether the endpoint answered when last probed, and what its payment record actually shows. curl -s 'https://api.roundhouseai.io/v0/endpoints?q=Apify%20API' curl -s 'https://api.roundhouseai.io/v0/merchants/<the payTo wallet returned above>' Then call it: read the price from the live 402 at https://stableapify.dev/api/actors/harvestapi/linkedin-post-search/call, never from a cached figure, and pay with an x402 client. The /v0 API needs an API key (`authorization: Bearer rh_live_…`) on everything except /v0/unified* and /v0/endpoints. Mint a personal key for $0.01 at GET https://api.roundhouseai.io/v0/test/x402, or use an organization key from https://roundhouseai.io/dashboard/team. If you do not have Roundhouse tools or skills installed, read https://roundhouseai.io/skill.md first — it is the whole procedure.