Core APIs
...
Search API
Reference

Google Web Selective Parsing

4min

Google Web Selective Parsing

This feature allows users to retrieve specific top-level objects from the response. Users can choose between POST and GET requests to specify which objects they want to parse

If the fields parameter is not provided or is an empty array, all available fields will be parsed.

Currently does not support selecting specific subfields within a top-level object.

Append fields param to your Google Web GET request to specify which fields to parse.

Parameters

This feature is NOT supported in Batches



Parameter

Type

Required

Description

fields

GET

No

A list of top-level objects to parse. If omitted, all fields will be parsed.

e.g. organic_results, top_sights, related_searches, etc

To request Google Web using fields param, the request would be:

JS


Results

Below is an example of resut

JS




Updated 04 Mar 2025
Did this page help you?