📊
Traffic & Engagement
Pull visit history, engagement, acquisition channels, geography, and global or category rankings.
Turn any domain into structured traffic, SEO, competitor, and AI referral data.
The Site Overview endpoint returns the core signals your dashboard, prospecting workflow, or SEO tool needs in one response:
{
"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.
curl -X GET "https://api.databee.dev/siteatlas/site-overview?url=github.com" \
-H "Authorization: Bearer YOUR_DATABEE_API_KEY"