Skip to content

Instantly share code, notes, and snippets.

@beingskyler
beingskyler / demo.py
Created August 2, 2020 03:45
Keyword Research for Existing Pages using Python
# Author: Skyler Reeves | Ardent Growth | July 2020
location = "Louisville, KY" #@param {type:"string"}
engine = "google" #@param ["google", "google scholar", "bing", "baidu", "yandex", "yahoo", "ebay"]
url = #Insert URL String Here from Github
from serpapi.google_search_results import GoogleSearchResults
import pandas as pd
import csv