Skip to content

Instantly share code, notes, and snippets.

View lukebarousse's full-sized avatar

Luke Barousse lukebarousse

View GitHub Profile
@lukebarousse
lukebarousse / main.py
Last active January 13, 2024 09:33
SerpApi Results to BigQuery - Google Cloud Function
import base64
import pandas as pd
from serpapi import GoogleSearch
from google.cloud import bigquery
import datetime
def hello_pubsub(event, context):
search_term = "data analyst"
search_location = "United States"