← SearchApi Blog

Google Search vs Google Light

Two engines return Google results: google parses the whole page, google_light parses the essentials and returns sooner. This page lays out what each one gives you so the choice is a lookup rather than a guess.

What each engine returns

Blockgooglegoogle_light
Organic resultsYesYes
Knowledge graphYesYes
Answer boxYesYes
Related questionsYesYes
Related searchesYesYes
Top stories, latest postsYesYes
AI OverviewYesNo
Ads, shopping ads, inline shoppingYesNo
Local results and mapYesNo
Inline videos, images, discussions and forumsYesNo
Jobs, events, showtimes, scholarly articlesYesNo

The Google Light documentation describes it as a simplified version of Google Search that delivers essential results such as organic listings, knowledge graphs, answer boxes and related questions, and that by returning fewer data points it achieves significantly faster performance than the full output.

Which parameters each engine accepts

Parametergooglegoogle_light
q, pageYesYes
location, uule, latitude and longitudeYesYes
gl, hl, lrYesYes
safe, nfpr, filterYesYes
device (desktop, mobile, tablet)YesNo
time_period, time_period_min, time_period_maxYesNo
verbatim, cr, kgmidYesNo
link=resolved for Google redirect linksYesNo

Same request, different engine

Switching is one parameter. Everything else in the request stays the same:

curl "https://www.searchapi.io/api/v1/search?engine=google&q=coffee&gl=us&hl=en&api_key=YOUR_API_KEY"
curl "https://www.searchapi.io/api/v1/search?engine=google_light&q=coffee&gl=us&hl=en&api_key=YOUR_API_KEY"

How to choose

Pick google_light when

You need organic results, the knowledge graph, an answer box or People also ask, and response time matters more than coverage. Rank checks and link extraction usually fit here.

Pick google when

You need a mobile or tablet page, a date filter, verbatim matching, or any of the richer blocks: AI Overview, ads, shopping, local results, videos, jobs.

Both engines are documented in full, with example responses for every block: Google Search API and Google Light Search API.