DataforSEO
Use DataforSEO from your AI agent through ClawLink — browser login, no API key to paste, no config to edit. Connect DataforSEO once and the agent can read and act on it. Works in any agent that can run shell commands (Claude Code, Cursor, Codex, Cline, and more).
Setup
Run these once — the agent can run them for you:
npx @useclawlink/cli login # opens browser → approve (mints + stores a key)
npx @useclawlink/cli connect dataforseo # opens browser → authorize DataforSEO
No API key to create or paste — login stores the credential at ~/.clawlink/credentials.json.
Using DataforSEO
npx @useclawlink/cli actions dataforseo "<what you want to do>" # find an action
npx @useclawlink/cli describe dataforseo <action-id> # see its inputs (before writes)
npx @useclawlink/cli run dataforseo <action-id> --input '<json>' # execute
Reads first; confirm with the user before any write.
Available actions
| Action | Description |
|---|---|
dataforseo_get_serp_tasks_ready |
List completed DataforSEO SERP tasks |
dataforseo_get_keywords_data_ready_tasks |
List completed DataforSEO keywords tasks |
dataforseo_get_backlinks_summary_live |
Get DataforSEO backlinks summary |
dataforseo_get_domain_analytics_redirects_live |
Get DataforSEO domain redirects |
dataforseo_get_business_info_live |
Get DataforSEO business info |
dataforseo_get_on_page_pages_live |
Get DataforSEO on-page data |
dataforseo_get_on_page_errors_live |
Get DataforSEO on-page errors |
dataforseo_create_on_page_task_post |
Create a DataforSEO on-page audit task |
dataforseo_create_serp_google_organic_task_post |
Create a DataforSEO Google SERP task |
dataforseo_create_kw_google_kw_for_kw_task |
Create a DataforSEO keyword task |
dataforseo_get_ai_keyword_data_available_filters |
Get DataforSEO AI keyword filters |
dataforseo_get_ai_keyword_data_locations_and_languages |
Get DataforSEO keyword locations |
dataforseo_create_merchant_amazon_sellers_task |
Create a DataforSEO Amazon sellers task |
dataforseo_get_app_data_locations_and_languages |
Get DataforSEO app data locations |
dataforseo_force_on_page_crawl |
Force a DataforSEO on-page crawl |
Notes
- No API key for DataforSEO itself — ClawLink holds the OAuth token; the agent only holds your ClawLink credential.
- Not connected yet, or access expired? Re-run
npx @useclawlink/cli connect dataforseo. - The action list above is a snapshot;
npx @useclawlink/cli actions dataforseois always current.
Resources
- ClawLink: https://claw-link.dev
- Docs: https://docs.claw-link.dev
- CLI: https://www.npmjs.com/package/@useclawlink/cli
Powered by ClawLink — connect 90+ apps to any AI agent.