Skip to content

Instantly share code, notes, and snippets.

View TuringsGhost's full-sized avatar

Mitchell Dale Adkins TuringsGhost

  • Somewhere near an ocean.
View GitHub Profile
@liannewriting
liannewriting / web_scraping_indeed.py
Last active May 11, 2021 16:14
indeed_scraping_202002
from time import sleep
from selenium import webdriver
from selenium.common.exceptions import ElementNotVisibleException
from selenium.common.exceptions import NoSuchElementException
import pandas as pd
import random
# define scraping function
def scrape_indeed(search,loc, limit = 50, canada=False):