Make your first API call in 30 seconds
Get your API key
ck_
Make a request
curl -H "x-api-key: ck_your_key" \ https://api.companies.social/domain/stripe.com
Get the social graph
{ "companyId": "stripe_com", "domain": "stripe.com", "socials": { "twitter": "https://x.com/stripe", "linkedin": "https://linkedin.com/company/stripe", "github": "https://github.com/stripe" }, "scrapedAt": "2026-03-01T12:00:00.000Z", "cached": false }
# By Twitter handle curl -H "x-api-key: ck_your_key" \ https://api.companies.social/twitter/stripe # By LinkedIn curl -H "x-api-key: ck_your_key" \ https://api.companies.social/linkedin/stripe # By GitHub org curl -H "x-api-key: ck_your_key" \ https://api.companies.social/github/stripe
Was this page helpful?