Skip to content

DataBee SiteAtlas APIDomain Intelligence in One Request

Turn any domain into structured traffic, SEO, competitor, and AI referral data.

One request. A complete intelligence snapshot. ​

The Site Overview endpoint returns the core signals your dashboard, prospecting workflow, or SEO tool needs in one response:

json
{
  "status": "success",
  "meta": {
    "request": { "url": "github.com" },
    "snapshot_date": "2026-07-01",
    "data_coverage": "complete"
  },
  "website": {
    "domain": "github.com",
    "category": { "slug": "computers_electronics_and_technology/programming_and_developer_software", "name": "Computers Electronics and Technology > Programming and Developer Software" },
    "images": { "favicon_url": "...", "screenshot_desktop_url": "...", "screenshot_mobile_url": "..." },
    "flags": { "is_small_site": false, "is_from_google_analytics": false }
  },
  "rankings": {
    "global": { "rank": 49 },
    "country": { "country_code": "US", "rank": 79 },
    "category": { "category_slug": "computers_electronics_and_technology/programming_and_developer_software", "rank": 4 },
    "global_category": null
  },
  "traffic": { "is_data_from_ga": false, "history": [], "engagement": {}, "sources_share": {}, "geography_share": [], "period": "2026-07" },
  "seo": { "top_keywords": [] },
  "ai_referrals": { "total_visits": 11619886, "global_traffic_share": 0.0187, "platforms": [], "top_prompts": [] }
}

See the response contract for the full example, field meanings, and snapshot metadata.

Interactive API Playground
Test live endpoints and generate code snippets
Generate free API key at console.databee.dev
curl -X GET "https://api.databee.dev/siteatlas/site-overview?url=github.com" \
  -H "Authorization: Bearer YOUR_DATABEE_API_KEY"
Live requests cost 1 credit on success. 502/504 failures are automatically refunded.

DataBee SiteAtlas API — Turn any domain into traffic, SEO, and AI referral intelligence.