Llmstxt: Get Companies
Llmstxt via Parse · developer_tools
Get a list of companies from the llms.txt directory with their website and llms.txt URLs. Supports searching, filtering by category, sorting, and pagination. Returns up to ~20 companies per page. API for the llms.txt directory, enabling discovery of companies and their LLM-friendly documentation URLs. Fulfilled by Parse from directory.llmstxt.cloud.
- b2b-directory
- developer-tools
- directory-llmstxt-cloud
- llmstxt
- other
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- developer_tools
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/5781cc84-652d-44f5-a481-37deb9b76e4c/get_companies
- Interface artifact
- sha256:2191029109ddbc17126671622d2589052ed29e3c24f2da920dd4a3c77f81359c
- Manifest digest
- sha256:51724f7510c8f8ce0a4ef3b2e0f3b43b30c0d8a519392f8d0e5c8a8492f4201b
Request fields
- page (integer): Page number to retrieve.
- sort (string): Sort order for results.: Allowed values: default, tokens_asc, tokens_desc, full_tokens_asc, full_tokens_desc, name_asc, name_desc
- search (string): Search keyword to filter companies by name.
- category (string): Category filter.: Allowed values: AI, Websites, Products, Developer tools, Finance
Example queries
- {"page":"1","sort":"default","search":"AI","category":"AI"}