# Seo Data

> SEO research via DataForSEO API. Keyword research, SERP analysis, backlink profiles, domain analytics, competitor analysis, and trend data. Pay-as-you-go, every command shows estimated cost. Use when you need SEO data for client projects or your own sites.

- **Type:** Skill
- **Install:** `agentstack add skill-zocomputer-skills-seo-data`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [zocomputer](https://agentstack.voostack.com/s/zocomputer)
- **Installs:** 0
- **Category:** [Data & Analytics](https://agentstack.voostack.com/c/data-and-analytics)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [zocomputer](https://github.com/zocomputer)
- **Source:** https://github.com/zocomputer/skills/tree/main/Community/seo-data

## Install

```sh
agentstack add skill-zocomputer-skills-seo-data
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

## CLI

```bash
python3 /home/workspace/Skills/seo-data/scripts/seo.py  [options]
```

## Auth

Requires `DATAFORSEO_USERNAME` and `DATAFORSEO_PASSWORD` in Zo secrets.

## Commands

| Command | Description | ~Cost |
|---------|-------------|-------|
| `serp ` | Google SERP top results | $0.0006/query |
| `keywords ` | Search volume + difficulty for keywords | ~$0.10/100kw |
| `keyword-ideas ` | Related keyword suggestions | ~$0.05/request |
| `backlinks ` | Backlink profile summary | ~$0.50/domain |
| `domain ` | Domain overview (traffic, tech, rankings) | ~$0.025/request |
| `competitors ` | Competitor domains by keyword overlap | ~$0.05/request |
| `trends ` | Google Trends data | ~$0.001/query |
| `audit ` | On-page SEO audit | ~$0.01/page |
| `balance` | Check remaining credit balance | Free |

## Options

| Flag | Description |
|------|-------------|
| `--location ` | Location code (default: 2840 = US). Use `--location 2826` for UK, etc. |
| `--language ` | Language code (default: en) |
| `--depth ` | SERP depth (default: 10, max: 100) |
| `--limit ` | Max results to return (default: 20) |
| `--output ` | Save full JSON to file |

## Examples

```bash
# Check what ranks for a keyword
python3 scripts/seo.py serp "best project management software"

# Get keyword ideas around a seed term
python3 scripts/seo.py keyword-ideas "project management tools"

# Backlink profile for a competitor
python3 scripts/seo.py backlinks "competitor-domain.com"

# Domain overview
python3 scripts/seo.py domain "example.com"

# Find competitors
python3 scripts/seo.py competitors "example.com"

# Check balance
python3 scripts/seo.py balance
```

## Cost Tracking

Every command prints the estimated cost to stderr. Use `balance` to check remaining credits. The $50 initial deposit goes a long way at these per-request prices.

## Notes

- This skill uses Live endpoints for instant results.
- Location codes: https://docs.dataforseo.com/v3/serp/google/locations
- Some endpoints return data from DataForSEO's own crawl index (backlinks, domain analytics), not live Google results.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [zocomputer](https://github.com/zocomputer)
- **Source:** [zocomputer/skills](https://github.com/zocomputer/skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-zocomputer-skills-seo-data
- Seller: https://agentstack.voostack.com/s/zocomputer
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
