Skip to content

Instantly share code, notes, and snippets.

@gaa23
gaa23 / yelp_search.py
Created January 22, 2019 04:43 — forked from scrapehero/yelp_search.py
Python 3 code to extract business listings from Yelp.com
from lxml import html
import unicodecsv as csv
import requests
from time import sleep
import re
import argparse
import json
def parse(url):