Technology market share API
Market intelligence
Technology market share API
Get market share data for all technologies within a specific category. Technologies ranked by domain count with percentage share. Useful for competitive analysis and market sizing.
GET
Technology market share API
Documentation Index
Fetch the complete documentation index at: https://technologychecker.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Frequently asked questions
How is market share calculated?
How is market share calculated?
How do I find a category's ID?
How do I find a category's ID?
Use
GET /v1/technology/{id}/info on any technology in the category — the response includes primary_category_id and category_name. You can also use the technology search endpoint to browse categories and find the right ID.How many technologies does this endpoint return?
How many technologies does this endpoint return?
Up to 100 per request using the
limit query parameter (default is 50). The response also includes total_technologies to show how many exist in the category and total_domains for the aggregate domain count across all technologies.Authorizations
API key in format tapi_live_[32-char] (live) or tapi_test_[32-char] (test)
Path Parameters
Category ID
Example:
203
Query Parameters
Number of technologies to return (max 100)
Required range:
x <= 100