ConsoleCatalog
Sign in
Sitechecker logo

Sitechecker

sitechecker.proMarketingno auth

Free SEO audit tools - website audits, traffic checks, and backlink previews.

Traffic Checker Results

ASYNCWRITENo auth

Returns a domain's organic traffic estimates, traffic value, and top keywords.

ParametersFormJSON

Full validated domain URL to analyze (e.g. https://www.example.com)

Country name for traffic and keyword localization (e.g. United States, Estonia)

cost: 3 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_sitechecker_pro_traffic_checker_results",
    "params": {
      "domain": "https://www.wikipedia.org",
      "traffic_country": "United States"
    }
  }'