๐Ÿ“‹ USPTO Patent Search โ€” Claims & Prior Art avatar

๐Ÿ“‹ USPTO Patent Search โ€” Claims & Prior Art

Pricing

from $50.00 / 1,000 results

Go to Apify Store
๐Ÿ“‹ USPTO Patent Search โ€” Claims & Prior Art

๐Ÿ“‹ 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

Stephan Corbeil

Maintained by Community

Actor 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

FeatureNexGenData USPTO Patent SearchGoogle PatentsLens.orgPatentScope (WIPO)PatBase
Cost$0.01 / patent, pay-per-resultFree (no bulk export)$0-3000 / monthFree (slow, limited filters)$$$$ enterprise
Bulk exportJSON / CSV / ExcelManual onlyPlan-gatedXML / CSV (limited)Plan-gated
Full claims + abstractYesYesYesYesYes
Citations (forward + backward)YesLimited UIYesYesYes
CPC / IPC / USC classificationsYesYesYesYesYes
Inventor + assignee normalizationYesLimitedYesLimitedYes
Filing + grant dates + statusYesYesYesYesYes
API accessApify REST + SDKsNone (UI only)Paid planXML feed (rate-limited)Plan-gated
Auth requiredApify tokenNone (UI)Account + planNoneAccount + plan
Monthly minimumNoneNone$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_number
  • title, 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_date
  • cpc_classifications, ipc_classifications, us_classifications
  • cited_patents โ€” backward citations (prior art)
  • citing_patents โ€” forward citations (impact)
  • family_id, family_members (other-jurisdiction equivalents)
  • legal_status โ€” granted / pending / expired / abandoned
  • examiner_name, attorney_or_agent
  • figures_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 ApifyClient
client = 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.

Use caseActor
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 + noticesfederal-register-rules-scraper
NIH RePORTER grants databasenih-reporter-grants-scraper
arXiv preprint search + metadataarxiv-scraper
Google Scholar searchgoogle-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