Search Google Patents, retrieve structured patent search results, and access detailed patent records through two purpose-built API endpoints.
Use the same API key and credit balance across every ScrapeBadger API.
{
"results": [
{
"patent_id": "US10000000B2",
"title": "Example solid-state battery system",
"inventor": "Example Inventor",
"assignee": "Example Company",
"filing_date": "2016-01-01",
"grant_date": "2018-01-01"
}
]
}Move from patent discovery to detailed patent-record retrieval with structured JSON responses.
/v1/google/patents/search7 creditsSearch Google Patents for a patent query and receive matching patent results and pagination metadata in structured JSON.
Filter by inventor, assignee, country, language, grant or application status, patent or design type, and before or after dates. Sort results by newest or oldest, and use page and num to request later result pages and control the number of results returned.
q | required | Patent search query. Supports Boolean logic. |
curl --get \
'https://scrapebadger.com/v1/google/patents/search' \
--data-urlencode 'q=solid state battery' \
--data-urlencode 'language=ENGLISH' \
--data-urlencode 'status=GRANT' \
--data-urlencode 'patent_type=PATENT' \
--data-urlencode 'sort=new' \
--data-urlencode 'page=0' \
--data-urlencode 'num=10' \
--header 'x-api-key: YOUR_API_KEY'{
"pagination": {
"current": 1,
"next": "example-next-page-reference",
"total_results": 120,
"total_pages": 12,
"page_no": {}
},
"results": [
{
"title": "Example solid-state battery system",
"patent_id": "US10000000B2",
"snippet": "An example patent result concerning battery technology...",
"publication_number": "US10000000B2",
"priority_date": "2015-03-10",
"filing_date": "2016-03-10",
"grant_date": "2018-06-19",
"publication_date": "2018-06-19",
"inventor": "Example Inventor",
"assignee": "Example Company",
"language": "English",
"thumbnail": "https://images.example.com/patent-thumbnail.png",
"pdf_link": "https://example.com/patent.pdf",
"link": "https://patents.google.com/patent/US10000000B2",
"figures": [
{
"url": "https://images.example.com/patent-figure.png",
"thumbnail": "https://images.example.com/figure-thumbnail.png"
}
],
"country_status": {}
}
],
"query": "solid state battery",
"total_results": 120
}Search technologies, inventions, companies, inventors, and patent classifications across country, language, status, and date contexts. Capture structured titles, patent IDs, publication numbers, inventors, assignees, dates, snippets, links, figures, and country-status data for downstream patent analysis.
Use patent search results to identify records associated with selected companies, organisations, universities, or inventors. Sort by newer records and apply consistent assignee, inventor, status, country, and date filters to monitor relevant patent grants and applications.
Use keyword and Boolean queries to identify potentially relevant patent records, then open individual records to examine their available abstracts, claims, descriptions, classifications, and citations. Use the results to support initial research before professional patent or legal review.
Turn a patent search result into a detailed patent record for research tools, internal databases, monitoring dashboards, or portfolio workflows. Preserve the patent ID, application number, dates, claims, citations, figures, PDF link, and source link so downstream systems can trace the information to the original record.
1,000 free credits · No credit card required
Use the same ScrapeBadger account, API key, and credit balance to connect patent records with academic research, broader web results, demand signals, and industry developments.
Search Google Scholar for academic papers, authors, citations, and related research. Use it alongside Patent Search and Patent Details when a workflow needs to connect patent records with scientific publications and academic development.
Explore the Google Scholar API →Measure relative search interest over time, compare geographic demand, and discover top or rising related topics and queries. Use it to add public-interest context to technologies or product categories identified during patent research.
Explore the Google Trends API →Search Google results for technical sources, company pages, product announcements, standards, and other public information. Combine search results with patent titles, assignees, inventors, or technology terms for broader research.
Explore the Google SERP API →Search Google News for company announcements, research developments, funding activity, product launches, and industry coverage. Use it when a workflow needs current information related to a patent owner or technology area.
Explore the Google News API →Structured JSON responses remove browser automation, proxy orchestration, and HTML parsing from your roadmap. Make your first request in minutes and move from proof of concept to production without maintaining scrapers.
99.9% uptime SLA. Your data pipeline does not stop because Google changes a page, rotates an anti-bot challenge, or moves a result block. Monitoring, session management, browser infrastructure, and parsing are all us.
Search, Maps, News, Hotels, Trends, Jobs, Shopping, Patents, Scholar, Images, Videos, Finance, AI Mode, Lens, Local, Shorts, Flights, Products, and Autocomplete — every Google surface under one API key.
RESTful API, SDK support, MCP, CLI, and no-code options. Use ScrapeBadger in an existing system or a new application with consistent authentication, structured JSON, and unified billing.
Use ScrapeBadger through an official SDK, a standard API request, MCP, CLI, or the tools already in your workflow.
Build asynchronous data pipelines with typed responses, retry handling, and access to the complete Google API suite.
Add Google data to Node.js and TypeScript applications with type definitions and support for both ESM and CommonJS.
Connect from any backend or programming language using standard HTTP requests. Responses arrive as structured JSON that can be stored, transformed, or passed into another service.
Access Search, Maps, News, Trends, Shopping, Scholar, Flights, and every other supported Google product with one ScrapeBadger API key and one credit balance.
Give compatible AI agents access to Google Search, Maps, News, Trends, Shopping, Scholar, Images, Flights, and more through ScrapeBadger's MCP server.
Run Google searches, inspect trends, collect local business data, and export results as JSON, CSV, Markdown, or terminal-friendly tables without building an application.
See why developers choose ScrapeBadger for reliable, structured web data.
“We switched from the official Twitter API and cut our costs by 95%. The pagination is seamless, and we've never hit a rate limit. Best decision we made this year.”
“The follower and engagement endpoints are incredibly detailed. We use it for influencer research and competitor analysis. Response times are sub-100ms consistently.”
“Started with the Apify actor, then moved to the API for more control. The 1,000 free credits were enough to build our MVP. Now processing 2M+ tweets monthly.”
“Perfect for academic research. The community and trends endpoints give us data we couldn't get anywhere else. Documentation could use more examples, but support is responsive.”
“We monitor 50,000+ accounts for our clients. ScrapeBadger handles it without breaking a sweat. The bulk ID endpoints are a game-changer for large-scale monitoring.”
“The geo and trends endpoints power our location-based analytics. Setup took 10 minutes. Their Apify actors are also great for quick one-off scrapes.”
Start with pay-as-you-go credits (never expire) or save up to 64% with a monthly or annual subscription. Failed requests never consume credits, and every Google API endpoint is included on every plan.
Choose an endpoint and enter your expected request volume. Google APIs use flat per-request credits, making usage easy to forecast. Failed requests cost 0 credits.
Everything you need to know about the Patent API.
GET /v1/google/patents/search with q , then retain the returned patent_id . Pass that identifier to GET /v1/google/patents/detail . The detailed response can include the available abstract, claims, description, classifications, citations, figures, application number, expiration date, PDF link, and other patent metadata.inventor and assignee to filter by named individuals or organisations, and use country , language , status , and patent_type to narrow the result set. Use before and after for dates in YYYYMMDD format. The documented sort values are new and old . Use page as a non-negative page number and num to request between 1 and 100 results per page. The required q parameter also supports Boolean logic.patent_id identifies the returned patent record and publication_number contains the associated publication number. The Patent Details endpoint accepts a patent or publication number through its patent_id parameter. The detailed response can also include the related application_number as a separate field.Use 1,000 free credits to search patent records and retrieve available claims, descriptions, classifications, citations, figures, and detailed patent information through two structured JSON endpoints.
No credit card required · Failed requests cost 0 credits
Disclaimer: ScrapeBadger is not affiliated with, endorsed by, or in any way officially connected with Google LLC or any of its subsidiaries or affiliates. Google and related trademarks are the property of their respective owners.