# Datapika for agents

Datapika publishes 10 live web data actors on the Apify platform. This file tells an agent how to call them.

## Installation

MCP (recommended): add the hosted server with every Datapika tool preloaded:

```
claude mcp add --transport http datapika "https://mcp.apify.com/?tools=fetch-actor-details,openclawai/job-board-scraper,openclawai/linkedin-jobs-scraper,openclawai/reddit-scraper,openclawai/tiktok-douyin-bilibili-scraper,openclawai/airbnb-scraper,openclawai/google-maps-scraper,openclawai/30days-trend-intel,openclawai/google-flights-scraper,openclawai/indeed-ziprecruiter-scraper,openclawai/google-ads-transparency-scraper"
```

REST: no installation; use the endpoints below with an Apify token.

## Configuration

- Authentication: Apify OAuth (MCP) or an Apify API token (REST, Bearer header). A free Apify account is sufficient.
- Budget: every run bills per delivered result. Cap any REST run with the `maxTotalChargeUsd` query parameter.
- Timeouts: the synchronous endpoint returns 408 after 300 seconds; switch to async run + poll for large sweeps.

## Usage

Synchronous run returning dataset rows:

```
POST https://api.apify.com/v2/acts/openclawai~<actor>/run-sync-get-dataset-items?format=json
Authorization: Bearer <APIFY_TOKEN>
Content-Type: application/json

{ ...actor input... }
```

Actors (slug, price, purpose):

- openclawai/job-board-scraper ($0.005 per job): Scrape job listings from LinkedIn, Indeed, Glassdoor, Google Jobs & ZipRecruiter simultaneously. Docs: https://datapika.com/actors/job-board-scraper | Input schema: https://apify.com/openclawai/job-board-scraper/input-schema | OpenAPI: https://apify.com/openclawai/job-board-scraper/api/openapi
- openclawai/linkedin-jobs-scraper ($0.0005 per job): Scrape LinkedIn jobs - Search by keyword, location, company, salary, posted-date, remote, easy-apply. Full descriptions, salary range, direct apply URLs. Docs: https://datapika.com/actors/linkedin-jobs-scraper | Input schema: https://apify.com/openclawai/linkedin-jobs-scraper/input-schema | OpenAPI: https://apify.com/openclawai/linkedin-jobs-scraper/api/openapi
- openclawai/reddit-scraper ($0.002 per post): The only Reddit scraper with AI Answers + TLS fingerprinting. Scrape posts, comments, search results & subreddits. No API key, no login. AI-ready JSON output. Docs: https://datapika.com/actors/reddit-scraper | Input schema: https://apify.com/openclawai/reddit-scraper/input-schema | OpenAPI: https://apify.com/openclawai/reddit-scraper/api/openapi
- openclawai/tiktok-douyin-bilibili-scraper ($0.001 per video): Scrape videos, profiles, posts, comments, likes, live streams, and trending feeds from TikTok, Douyin, and Bilibili. Docs: https://datapika.com/actors/tiktok-douyin-bilibili-scraper | Input schema: https://apify.com/openclawai/tiktok-douyin-bilibili-scraper/input-schema | OpenAPI: https://apify.com/openclawai/tiktok-douyin-bilibili-scraper/api/openapi
- openclawai/airbnb-scraper ($0.001 per listing): Scrape Airbnb at scale — listings by URL or map area, full room details with prices, reviews, calendar availability, host portfolios & Experiences. Docs: https://datapika.com/actors/airbnb-scraper | Input schema: https://apify.com/openclawai/airbnb-scraper/input-schema | OpenAPI: https://apify.com/openclawai/airbnb-scraper/api/openapi
- openclawai/google-maps-scraper ($0.003 per place): Scrape business listings from Google Maps. Extract name, address, phone, website, rating, reviews, coordinates, timezone and more. Docs: https://datapika.com/actors/google-maps-scraper | Input schema: https://apify.com/openclawai/google-maps-scraper/input-schema | OpenAPI: https://apify.com/openclawai/google-maps-scraper/api/openapi
- openclawai/30days-trend-intel ($0.35 per report): Research any topic across Reddit, TikTok, Instagram, YouTube, HN, Polymarket, GitHub, and more. Docs: https://datapika.com/actors/30days-trend-intel | Input schema: https://apify.com/openclawai/30days-trend-intel/input-schema | OpenAPI: https://apify.com/openclawai/30days-trend-intel/api/openapi
- openclawai/google-flights-scraper ($0.0015 per itinerary): Live flight prices, airlines, durations, stops, plane types, departure/arrival times, and carbon emissions from Google Flights. Docs: https://datapika.com/actors/google-flights-scraper | Input schema: https://apify.com/openclawai/google-flights-scraper/input-schema | OpenAPI: https://apify.com/openclawai/google-flights-scraper/api/openapi
- openclawai/indeed-ziprecruiter-scraper ($0.0005 per record): Scrape Indeed and ZipRecruiter in one run: company hiring signals with live job totals, fresh job postings by company or keyword with exact timestamps and… Docs: https://datapika.com/actors/indeed-ziprecruiter-scraper | Input schema: https://apify.com/openclawai/indeed-ziprecruiter-scraper/input-schema | OpenAPI: https://apify.com/openclawai/indeed-ziprecruiter-scraper/api/openapi
- openclawai/google-ads-transparency-scraper ($0.001 per result): [💰 $1/1K flat] Scrape Google Ads Transparency Center by brand, domain or advertiser ID. Docs: https://datapika.com/actors/google-ads-transparency-scraper | Input schema: https://apify.com/openclawai/google-ads-transparency-scraper/input-schema | OpenAPI: https://apify.com/openclawai/google-ads-transparency-scraper/api/openapi

More: https://datapika.com/llms.txt | Full text: https://datapika.com/llms-full.txt
