Enterprise API
Search data for your business.
Sign in
Enter the email on your Enterprise API account.
Requests
Quick start
Send a GET request with your API key in the Authorization header.
curl 'https://enterprise-api.meetglimpse.com/v2/interest_enriched?keyword=coffee&geo=US' \ -H 'Authorization: Bearer YOUR_API_KEY'
Interest enriched
Five years of absolute search counts. Weekly dates identify the whole seven-day period; a partial point covers a period still in progress.
| Parameter | Required | Default / values |
|---|
{
"request_metadata": {"status": "Success"},
"data": [{"date": "2025-10-05 – 2025-10-11", "value": 1234, "type": "complete"}]
}
Daily dates use YYYY-MM-DD. A successful uncached response costs
one credit, including allowed partial data. Identical requests are
cached for one hour per account. Cached responses and failed
requests cost no credits. X-Cache: HIT identifies
cached responses; X-Request-Id identifies each
request.
Account
GET /account returns credits remaining and used, the
period reset timestamp, and rolling limits for each endpoint. It
costs no credits and always returns the current balance. Timestamp
values are Unix seconds.
Limits and errors
Rate limits apply separately to each endpoint over rolling minute, hour, and day windows, including cache hits. At zero credits, live cached results remain available. Monthly periods start on the account’s creation anniversary or the latest administrator reset. Unused credits expire.
400 invalid request · 401 invalid key ·
403 unavailable endpoint · 429 rate or
credit limit · 500 service error or timeout. Requests
have a 60-second deadline. Errors contain an
error.code and error.message; failures
never use credits.
Versioned routes retain their contract. This service does not change the legacy v1 API.
Build a request
Request URL
cURL
Account & API Key
Rotating your key immediately invalidates the old key.