Skip to content

Get Google Discussions and Forums Results from a keyword list

Notifications You must be signed in to change notification settings

santma/GoogleDiscussionsSerp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GoogleDiscussionsSerp

The script uses the GoogleSearch class from the serpapi library to fetch forum results for each keyword.

It iterates over the list of keywords retrieved from the input CSV file and sends a request to the SERP API for each keyword.

The retrieved forum results are then written into a new CSV file.

Example Laptop SERP

For this search item, we would import this keyword: "Best laptops for graphic design", and get 3 rows with each discussion result in its own csv row:

Libraries: Serp API, CSV

Description:

  1. Obtain API Key: You need to obtain an API key from SERP API and replace [YOUR API KEY] in the script with your actual API key.

  2. Prepare Input CSV: Create a CSV file (keywords.csv by default) containing the list of keywords. Each keyword should be listed in a separate row on the first column. Save it in the same folder as the script.

  3. Run the script.

About

Get Google Discussions and Forums Results from a keyword list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages