--- title: Credits description: Learn the difference between API credits and Company credits, how each type is consumed, and how to monitor your credit usage across searches, reveals, and API calls. url: https://theirstack.com/en/docs/pricing/credits --- TheirStack credits are the virtual currency system used for running actions in TheirStack. Depending on your [TheirStack plan](https://www.theirstack.com/en/pricing) you will have a different amount of credits to run actions. ## Credits types There are 2 types of credits: company credits and API credits. Both are included in the free trial and subscription plans. ### Company credits A company credit allows you to access to all job postings, technologies used and firmographics (location, industry, size, etc.) of a company through app.theirstack.com. **How company credits work** - When you reveal or export a company, 1 credits company credit is consumed. - You can view or export that same company or any of their jobs an unlimited number of times for 90 days. - Unused paid credits will roll over and remain in your account for up to 12 months after they're purchased. ![Credits type](/static/images/product/reveal-action.png) ### API credits API credits are used for API requests or webhooks. API credits are consumed for each record (job or company) returned from our API endpoints or dispatched via Webhooks. **How API credits work** - Credits are only consumed when the API returns data in the response or when a webhook event is dispatched. - The credit cost for each record type is: - 1 credits per job in [Job Search Endpoint](/en/docs/api-reference/jobs/search_jobs_v1) - 3 credits per company in [Company Search Endpoint](/en/docs/api-reference/companies/search_companies_v1) - 3 credits per all technologies used by a company in the [Technographics Endpoint](/en/docs/api-reference/companies/technographics_v1) - Each API call or webhook event is processed independently - repeated requests for the same data will consume credits each time. - Unused paid credits will roll over and remain in your account for up to 12 months after they're purchased. ![Credits type](/static/images/product/jobs-api-curl.png) ## View credit usage You can view your [credit usage](/en/docs/pricing/usage) by going to the [usage page](https://app.theirstack.com/settings/usage).