Google News API (Async)
This endpoint will retrieve news data from a Google news result page and transform it into usable JSON.
Single Query Request:
Multiple Parameters can be used with this method:
REQUIRED | |
---|---|
| User account’s normal API key. |
| Google Search Query. |
OPTIONAL | |
---|---|
| Set this value to scrape the respective Google domain. Valid values include tlds for those countries or regions where Google has a search engine: ae: (google.ae) ca: (google.ca) cn: (google.cn) co.jp: (google.co.jp) co.uk: (google.co.uk) com: (google.com) com.au: (google.com.au) com.be: (google.com.be) com.br: (google.com.br) com.mx: (google.com.mx) com.tr: (google.com.tr) de: (google.de) eg: (google.eg) es: (google.es) fr: (google.fr) in: (google.in) it: (google.it) nl: (google.nl) pl: (google.pl) sa: (google.sa) se: (google.se) sg: (google.sg) |
| Valid values are two letter country codes for which we offer Geo Targeting (e.g. “au”, “es”, “it”, etc.). Where a Google domain needs to be scraped from another country (e.g. scraping Google.com from Canada, both TLD and COUNTRY parameters must be specified. |
We also support Google Search parameters for this endpoint. |
You can find an online For example: |
Sample Response
Single Query Request:
Multiple Query Request:
After the job(s) finish, you will find the result under the response key in the response JSON object. The structure is the same as in the corresponding SYNC data endpoint.
Last updated