GETREADY / ONLINEPREMIUM
Google Search API
Gunakan API scraping Google Search berkecepatan tinggi ini untuk mengambil data organik mesin pencari secara bersih tanpa batas blokir.
ENDPOINT:/api/search/google
Endpoint Overview
MethodGET
Path/api/search/google
AccessPremium Subscription Required
Total Usage1.980.450 requests
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| q | string | Yes | Kata kunci pencarian Google. |
| page | number | No | Halaman pencarian hasil (default: 1). |
Response Example
application/json200 OK
{
"status": true,
"result": [
{
"title": "Lcode API — Powerful APIs for Modern Applications",
"link": "https://api.lcode.dev",
"snippet": "Lcode API provides fast, secure, and scalable APIs for developers."
}
]
}