Skip to content

Instantly share code, notes, and snippets.

View monks97ue's full-sized avatar

Mayank Gupta monks97ue

View GitHub Profile
@scrapehero
scrapehero / yelp_search.py
Last active April 7, 2022 18:31
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):