Usage history
Requires x-api-key header.
Rate limit: 5 requests/second per API key.
Returns the last 500 requests for this key, newest first. Includes both /research calls and Direct API calls (/company-tech-stack, /company-linkedin, /company-contact, /company-jobs, /page-scrape, /page-analyze, /page-find, /company-search, /company-search-count, /person-search, /person-search-count, /person-email, /person-linkedin-url, /person-linkedin, /company-linkedin-url). Use limit and offset for pagination.
Research entries have model set to the synthesis model used (e.g. gemini-2.5-flash) and prompt is the research question.
Direct API entries have model: "none" and prompt is formatted as endpoint:input (e.g. company-contact:stripe.com, company-jobs:stripe.com, page-find:stripe.com, person-email:Patrick Collison:stripe.com, person-linkedin-url:Patrick Collison:stripe.com, company-linkedin-url:stripe.com, person-linkedin:https://linkedin.com/in/username). The result field contains the raw structured data from the endpoint.
Authorizations
Your Huntr API key. Get one at tryhuntr.com. Pass as x-api-key header on all authenticated requests.
Query Parameters
Number of entries to return.
x <= 500Entries to skip (for pagination).