Available endpoints (1)

Setup and exact call parameters for AI Agents
I want to use the Google Search Results Scraper service on Fast Marketplace.

## Setup (skip if you already have Fast Marketplace set up)
1. Open the marketplace skill: https://marketplace.fast.xyz/skill.md
2. Fund a Fast wallet on mainnet.
3. Provide one or more queries and optional locale settings.
4. Keep the returned job token and poll the marketplace job route for completion.

## Available Endpoints

### Search Results ($0.0001 USDC)
curl -X POST "https://api.marketplace.fast.xyz/api/apify-google-search/search-results" \
  -H "Content-Type: application/json" \
  -d '{
  "queries": [
    "fast marketplace x402"
  ],
  "countryCode": "US",
  "languageCode": "en",
  "maxPagesPerQuery": 2,
  "includeAiOverview": true,
  "includePaidResults": false,
  "includePeopleAlsoAsk": true
}'

Use this for SERP monitoring, SEO research, AI overview capture, and query-driven market intelligence.

For paid endpoints: the first call returns 402. Authorize payment with your Fast wallet and retry with the payment signature header.
Have a request?

Suggest marketplace coverage