Skip to content

gxbvc/dataforseo-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataForSEO Tool

Ruby client for the DataForSEO API. Handles keyword research, search volume, keyword difficulty, and domain metrics with automatic caching.

Setup

Requires dotenv gem. Credentials in .env:

DATAFORSEO_USERNAME=...
DATAFORSEO_PASSWORD=...

Usage

require_relative 'dataforseo'

# Single keyword metrics (volume + difficulty)
DataForSEO.get_keyword_metrics("comma ai")

# Batch keyword volume
DataForSEO.get_keywords_volume_batch(["comma ai", "self driving kit", "openpilot"])

# Batch keyword difficulty
DataForSEO.get_keywords_difficulty_batch(["comma ai", "self driving kit"])

# Domain metrics (organic traffic estimate)
DataForSEO.get_domain_metrics("comma.ai")

Results are cached in _dataforseo/ directory (30-day TTL).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages