MIT: Search Technologies
MIT via Parse · government_public
Search and list available technologies from MIT TLO. Returns paginated results with technology summaries including title, case number, researchers, technology areas, and impact areas. Supports filtering by search query, license status, technology area, and impact area. Returns up to 20 results per page. Facet counts provide taxonomy IDs and researcher counts for further filtering. Pagination is zero-based. Search and retrieve available technologies from MIT's Technology Licensing Office, supporting full-text search with filters by license status, technology area, and impact area. Fulfilled by Parse from tlo.mit.edu.
- b2b-directory
- education
- government-public
- mit
- parse
- platform-key
- tlo-mit-edu
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- government_public
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/582f973e-da78-4a2c-a848-a5a49ffa91ae/search_technologies
- Interface artifact
- sha256:c12819649e3ace05faf49c3c3d87dc2f66b329b4a8095e60cd03ea5a5978ecb8
- Manifest digest
- sha256:c3e13932789acfdfdb62dad9f60e2a94bcd2192c68b2d8aa830ebb1f6f79b641
Request fields
- page (integer): Zero-based page number for pagination.
- query (string): Full-text search query to filter technologies (e.g. 'robotics', 'machine learning').
- impact_area (string): Comma-separated numeric taxonomy IDs for impact area filters. IDs can be found in the facet_counts of the response.
- license_status (string): Comma-separated license status codes to filter by. Accepts: U (Unlicensed), EL (Exclusively Licensed), NEL (Non-Exclusively Licensed). Example: 'U' or 'U,EL'.: Allowed values: U, EL, NEL
- technology_area (string): Comma-separated numeric taxonomy IDs for technology area filters. IDs can be found in the facet_counts of the response.
Example queries
- {"page":"0","query":"robotics","license_status":"U"}