← All products
GET /api/name?domain=stripe.com
A domain in, a company profile out
Give Refflux a company's website domain and get back a clean profile of that business - its name, a one-line description, industry, and a confidence grade. Read live from the company's own public homepage, so it reflects the site as it is today.
GETapi.refflux.dev/api/name?domain=stripe.com
Request
curl "https://refflux.dev/api/name?domain=stripe.com" \
-H "x-api-key: YOUR_API_KEY"Response
{
"name": "Stripe",
"description": "Payments infrastructure for the internet.",
"industry": "Payments / Fintech",
"confidence": "high",
"source": "cache"
}Read live, never stale
Every profile comes from the company's current public homepage - not a database that drifts out of date between refreshes.
One predictable call
A single GET returns the whole profile. Cached results are instant; misses read the site live and cache for next time.
Company data only
Public business information about the company - no personal data, no contact lists, no private sources.