Examples of how to use IP Street's semantic search to perform prior art search and patent landscape analysis.
Full documentation can be found at docs.ipstreet.com
To run examples in run.py, replace "API_KEY" on line 129 with you IP Street API key.
Basic Process:
- Input a text search seed.
- Concept search with text search seed with /claim_only/
- Enriched concept search results with /data/patent
- Surface results to user (write to .csv in this example)
Basic Process:
- Input grant number
- Get patent's claim text and priority date with /data/patent
- Concept search with patent's claim text as search seed with /claim_only/
- Enriched concept search results with /data/patent
- Surface results to user (write to .csv in this example)