Skip to content

Instantly share code, notes, and snippets.

@scrapehero
scrapehero / booking.json
Created May 16, 2019 06:23
A quick and easy tutorial to scrape data from Booking.com based on parameters destination, date, budget, star rating, and distance from city center.
{
"_id":"booking",
"startUrl":[
"https://www.booking.com/searchresults.html?aid=1508980&sid=ee7c661a3ec2420db360347075d64079&tmpl=searchresults&checkin_month=6&checkin_monthday=4&checkin_year=2019&checkout_month=6&checkout_monthday=7&checkout_year=2019&city=20015725&class_interval=1&dest_id=20015725&dest_type=city&from_sf=1&group_adults=2&group_children=0&label_click=undef&no_rooms=1&raw_dest_type=city&room1=A%2CA&sb_price_type=total&shw_aparth=1&slp_r_match=0&src=searchresults&srpvid=4f694ca313d60042&ss=San%20Diego&ssb=empty&ssne=San%20Diego&ssne_untouched=San%20Diego&nflt=pri%3D2%3B&rsf="
],
"selectors":[
{
"id":"product listing",
"type":"SelectorElement",
"parentSelectors":[
@scrapehero
scrapehero / yelp.json
Created May 7, 2019 12:23
Sitemap to extract event details based on a city, date, event popularity, and categories from Yelp.com using Web Scraper Chrome Extension
{
"_id":"yelp",
"startUrl":[
"https://www.yelp.com/events/sf/browse?start_date=20190506&end_date=20190512&start=0"
],
"selectors":[
{
"id":"follow",
"type":"SelectorLink",
"parentSelectors":[
@scrapehero
scrapehero / cars.json
Created May 2, 2019 13:31
A quick and easy tutorial to scrape car details from cars.com based on location, new/used cars, deal rating, year, make, model,and trim.
{
"_id":"cars",
"startUrl":[
"https://www.cars.com/for-sale/searchresults.action/?mdId=22162&mkId=20053&page=1&perPage=20&rd=10&searchSource=GN_REFINEMENT&shippable-dealers-checkbox=true&showMore=false&sort=relevance&stkTypId=28881&trId=24731&trId=24209&yrId=35797618&yrId=36362520&zc=20005&localVehicles=false"
],
"selectors":[
{
"id":"car_links",
"type":"SelectorElementClick",
"parentSelectors":[
@scrapehero
scrapehero / indeed.json
Last active August 15, 2020 21:19
Sitemap to extract job details based on a job and location from Indeed using webscraper.io chrome extension
{
"_id":"indeed",
"startUrl":[
"https://www.indeed.com/jobs?q=accountant&l=Los+Angeles,+CA&rbl=Anaheim,+CA&jlid=a05ccab40146becb&jt=fulltime"
],
"selectors":[
{
"id":"listings",
"type":"SelectorElement",
"parentSelectors":[
@scrapehero
scrapehero / oddsportal.json
Last active January 26, 2021 13:57
Sitemap to extract details of fixtures of England's premier league from the top bookmakers using webscraper.io chrome extension
{
"_id":"oddsportal",
"startUrl":[
"https://www.oddsportal.com/soccer/england/premier-league/"
],
"selectors":[
{
"id":"match",
"type":"SelectorLink",
"parentSelectors":[
@scrapehero
scrapehero / bet365.json
Last active November 23, 2020 22:42
Sitemap to extract details of fixtures of England's premier league using webscraper.io chrome extension
{
"_id":"fixtures",
"startUrl":[
"https://s5.sir.sportradar.com/bet365/en/1/season/54571/fixtures"
],
"selectors":[
{
"id":"round",
"type":"SelectorText",
"parentSelectors":[
@scrapehero
scrapehero / itunes.json
Last active April 11, 2021 10:39
iTunes Scraper - This scraper will extract details of popular apps present on iTunes App store. To learn how to implement this step by step read our tutorial - https://www.scrapehero.com/extract-popular-apps-from-apple-app-store-itunes-store-using-google-chrome/ or you can watch the tutorial at - https://youtu.be/2XqIrYM008M
{
"_id":"itunes_store",
"startUrl":[
"https://itunes.apple.com/us/genre/ios/id36?mt=8"
],
"selectors":[
{
"id":"app",
"type":"SelectorLink",
"parentSelectors":[
@scrapehero
scrapehero / amazon-reviews.json
Last active February 25, 2022 23:52
Sitemap to extract data of review listings of a single product on Amazon.com using Web Scraper Chrome Extension. Instructions - https://www.scrapehero.com/amazon-review-scraper/
{
"_id": "amazon_reviews",
"startUrl": [
"https://www.amazon.com/Screen-Protector-SPARIN-Tempered-Glass/product-reviews/B013JZCAZK/ref=cm_cr_dp_d_show_all_btm?ie=UTF8&reviewerType=all_reviews"
],
"selectors": [
{
"id": "review",
"type": "SelectorElement",
"parentSelectors": [
@scrapehero
scrapehero / walmart.json
Created January 17, 2019 05:55
Sitemap to extract product data and pricing from Walmart using web scraper.io extension
{
"_id": "walmart",
"startUrl": [
"https://www.walmart.com/browse/home-improvement/electrical/1072864_1067619?povid=1072864+%7C+2018-05-02+%7C+Flyout_Electrical"
],
"selectors": [
{
"id": "product",
"type": "SelectorElementClick",
"parentSelectors": [
@scrapehero
scrapehero / amazon_bestseller.json
Created November 2, 2018 12:53
JSON Sitemap to scrape amazon bestseller listings from Amazon using Web Scraper Chrome Extension
{
"_id":"amazon_pet",
"startUrl":[
"https://www.amazon.com/Best-Sellers-Pet-Supplies/zgbs/pet-supplies/ref=zg_bs_nav_0"
],
"selectors":[
{
"id":"product",
"type":"SelectorElement",
"parentSelectors":[