Skip to content

Tag: web-scraping

API web data capture

I am attempting to pull golf stats for an analysis project. TL;DR summary: Should I scrape or use a loop with API I found in network console? I want to pull data for 6 or 7 stat categories, by year(2015-present), and preferably by tournament to better categorize player tournament performance. Base Url is: htt…

invalid xpath in scrapy (python)

hello i’m trying to build a crawler using scrapy my crawler code is : but when i run the command : scrapy crawl shopspider -o info.csv to see the output i can find just the informations about the first product not all the products in this page. so i remove the numbers between [ ] in the xpath for exempl…