$0.02
per call · USD Coin on Base
Google Patents search — find patents by technology, inventor or assignee with date, country, legal-status and classification filters; clean JSON with titles, snippets, dates, owners, PDFs and patent IDs.
Endpoint
GET https://google-patents.use.x402atlas.com/search4
Calls / 30d
3
Unique payers / 30d
Sep 9
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://google-patents.use.x402atlas.com/search", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://google-patents.use.x402atlas.com/search?q=machine+learning+anomaly+detection" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"page": 1,
"queried_at": "2026-07-22T12:00:00Z",
"query": "machine learning anomaly detection",
"results": [
{
"assignee": "Pure Storage Inc",
"patent_id": "patent/US11734097B1/en",
"position": 1,
"publication_date": "2023-08-22",
"publication_number": "US11734097B1",
"title": "Machine learning-based hardware component monitoring"
}
],
"total_pages": 100,
"total_results": 125000
}Payment details
0x8c128f1ee62bb5e47867cfbae2ad89be325df1b2USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Search & Web and the homepage with a featured placement.
More from Google Patents Search & Data & similar services
Google Patents Search & Data · Patent
google-patents.use.x402atlas.com
Google Patents details — retrieve one patent by patent_id with abstract, claims, inventors, assignees, dates, classifications, family applications, images and PDF as clean JSON.
StableEnrich · EXA Search
stableenrich.dev
Exa Search - Neural search across the web
Twit · Tweets Search
x402.twit.sh
Search Twitter/X tweets with advanced filters. Returns up to 20 tweets per page, most recent first, with pagination. At least one filter required. Params: words, phrase, anyWords, noneWords, hashtags, from, to, mentioning, minReplies, minLikes, minReposts, since (YYYY-MM-DD), until, next_token. e.g. GET /tweets/search?words=bitcoin&from=elonmusk&minLikes=100. Returns X v2 API-compatible JSON.