IP Street is a patent data and analytics API service. It enables users to integrate patent data and analytical algorithms into their applications without the need to build or manage the significant infrastrucutre required to do so well.
client = client.Client(apikey=apikey, api_version=api_version)
query = query.PatentData()Add Parameters to your Query
query.add_keywords('battery') query.add_owner('Tesla Motors')Send your Query with the Client
results = client.send(query)
Break large queries into smaller queries and write the to disk as they complete. If you query response is too large, your local device will run out of memory causing a parsing error. The definition of "large queries" in this context is dependant on you local machines memory availability.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4