๐ USPTO Patent Search โ Claims & Prior Art
Pricing
from $50.00 / 1,000 results
๐ USPTO Patent Search โ Claims & Prior Art
Search US Patent & Trademark Office database. Extract patent titles, abstracts, claims, inventors & filing dates. Build IP research tools, prior art searches & patent analytics. Pay per patent.
Pricing
from $50.00 / 1,000 results
Rating
0.0
(0)
Developer
Stephan Corbeil
Maintained by CommunityActor stats
0
Bookmarked
4
Total users
1
Monthly active users
2 hours ago
Last modified
Categories
Share
๐ง USPTO Patent Search โ Google Patents, Lens.org & PatentScope Alternative
Search the USPTO patent database โ patents, applications, claims, citations, classifications, inventors, assignees, prior art, and full text. Built as a pay-per-result alternative to Google Patents (no bulk export), Lens.org (rate-limited free / paid plans), PatentScope (WIPO), PatBase ($$$$), and Derwent Innovation for IP analysts, R&D teams, patent attorneys, and academic researchers.
Why USPTO Patent Search Beats Google Patents, Lens.org, PatentScope & PatBase
| Feature | NexGenData USPTO Patent Search | Google Patents | Lens.org | PatentScope (WIPO) | PatBase |
|---|---|---|---|---|---|
| Cost | $0.01 / patent, pay-per-result | Free (no bulk export) | $0-3000 / month | Free (slow, limited filters) | $$$$ enterprise |
| Bulk export | JSON / CSV / Excel | Manual only | Plan-gated | XML / CSV (limited) | Plan-gated |
| Full claims + abstract | Yes | Yes | Yes | Yes | Yes |
| Citations (forward + backward) | Yes | Limited UI | Yes | Yes | Yes |
| CPC / IPC / USC classifications | Yes | Yes | Yes | Yes | Yes |
| Inventor + assignee normalization | Yes | Limited | Yes | Limited | Yes |
| Filing + grant dates + status | Yes | Yes | Yes | Yes | Yes |
| API access | Apify REST + SDKs | None (UI only) | Paid plan | XML feed (rate-limited) | Plan-gated |
| Auth required | Apify token | None (UI) | Account + plan | None | Account + plan |
| Monthly minimum | None | None | $0 / $300+ | None | $$$$ |
Most IP + R&D teams pick this actor instead of Google Patents because Google Patents has no bulk export โ you can't pull 10K hits into a spreadsheet without manual click-through. Cheaper than Lens.org's commercial tier and a drop-in alternative to PatBase / Derwent for prior-art mining workflows that don't need PatBase's family-graph UI. Public USPTO data, no enterprise contract.
What You Get Per Patent
Each dataset item is a flat JSON record:
patent_number,application_number,publication_numbertitle,abstract,claims(array โ independent + dependent)inventorsโ array of{name, city, state, country}assigneesโ array of{name, type, country}(current + original)filing_date,grant_date,publication_date,priority_datecpc_classifications,ipc_classifications,us_classificationscited_patentsโ backward citations (prior art)citing_patentsโ forward citations (impact)family_id,family_members(other-jurisdiction equivalents)legal_statusโ granted / pending / expired / abandonedexaminer_name,attorney_or_agentfigures_count,pdf_url
Use Cases
- Patent attorneys โ prior-art searches for novelty + non-obviousness analysis
- R&D / innovation teams โ competitive technology landscaping in a specific CPC class
- IP portfolio managers โ track competitor filings + assignment changes
- VC / corp-dev diligence โ verify a startup's claimed IP position
- Academic / bibliometric research โ citation-network analysis, innovation studies
- Litigation support โ pull a defendant's full patent portfolio + assertion history
- Government policy โ measure innovation output by region / sector / institution
Quick Start (Python)
from apify_client import ApifyClientclient = ApifyClient("YOUR_APIFY_TOKEN")run = client.actor("nexgendata/uspto-patent-search").call(run_input={"query": "machine learning AND (drug OR pharmaceutical)","filed_after": "2020-01-01","max_results": 1000})for item in client.dataset(run["defaultDatasetId"]).iterate_items():print(item["patent_number"], item["title"])
Pricing โ Pay Per Patent
- Actor start: $0.01
- Patent record: $0.01
A 1,000-patent landscape pull = $10.01. A 10K-patent portfolio audit = $100.01. No monthly minimum, no seats.
Related NexGenData Gov + Research Actors
| Use case | Actor |
|---|---|
| SEC EDGAR filings scraper (10-K, 10-Q, 8-K) | sec-edgar-filings-scraper |
| SEC Form D scraper (private placements) | sec-form-d-scraper |
| Federal Register rules + notices | federal-register-rules-scraper |
| NIH RePORTER grants database | nih-reporter-grants-scraper |
| arXiv preprint search + metadata | arxiv-scraper |
| Google Scholar search | google-scholar-scraper |
| Academic research MCP server (AI / Claude) | academic-research-mcp-server |
| Court records search (federal dockets) | courtlistener-federal-docket-scraper |
FAQ
Q: Coverage? A: 11M+ granted patents and 4M+ published applications from the USPTO โ full database back to 1976 (older records have OCR-derived text).
Q: Boolean syntax?
A: Supported โ AND / OR / NOT, phrase quotes, wildcards, field tags (e.g. assignee:"Apple", cpc:G06N).
Q: How fresh is the data? A: USPTO publishes new patents weekly (Tuesdays). Each run pulls the latest available snapshot.
Q: Full PDF download?
A: Direct pdf_url is captured; the actor returns metadata + claims text but not embedded figure images.
Q: Output formats? A: JSON, CSV, Excel via Apify dataset export. Webhooks supported on dataset write.
Q: Legal status? A: USPTO data is public domain. You are the data controller for downstream use โ follow your jurisdiction's data-use rules.
How NexGenData Pricing Works
Every NexGenData actor uses pay-per-event pricing โ you only pay for results that actually land in your dataset. No monthly minimum, no seat fees, no surprise overage bills.
- Actor Start: a single-event charge each time you spin the actor up (scaled to memory size)
- Result / item: charged per item written to the default dataset
- No charge for retries, internal proxy rotation, or failed sub-requests โ those are absorbed by the platform
Apify Platform Bonus
New to Apify? Sign up with the NexGenData referral link โ you get free platform credits on signup (enough for several thousand free results) and you help fund the maintenance of this actor fleet.
Integration Surface
Every actor in the NexGenData catalog can be triggered from:
- Apify console โ point-and-click run
- Apify API โ REST + webhooks
- Apify Python / JS SDKs โ programmatic batch
- Zapier, Make.com, n8n โ official integrations
- MCP โ many actors are exposed as MCP tools for Claude / ChatGPT / Cursor agents
- Schedules โ built-in cron for daily / weekly / monthly runs
- Webhooks โ POST results to any HTTPS endpoint on dataset write
Support
NexGenData maintains 260+ Apify actors and ships updates regularly. Bug reports via the Apify console issues tab get a response within 24 hours. Roadmap requests are welcome โ high-demand features ship in the next version.
Home: thenextgennexus.com Full catalog: apify.com/nexgendata