Questions tagged [scraper]

Synonym of [web-scraping]

Synonym of : Let's [scrape] these tags off the bottom of our shoe

349 questions
-4
votes
1 answer

how to push dom html return into array in php?

This scrape returns: line 1:date line 2:home team line 3:score line 4:away team (same 4 elements repeated until the end) I have tried everything to convert to an array, however no additions to this code have got the desired result, which would be…
-5
votes
1 answer

Scraping a website with PHP

Possible Duplicate: Scrape web page contents How to scrape all content from a website? I'm trying to scrape some boxscore data from the site covers.com and for the life of me I can't figure out how to do it. I want to get boxscores from a…
-5
votes
1 answer

How to get values and item name from website using Beautiful Soup

Bit of a basic bs4 question here, but been trying for hours! url = 'https://www.currys.co.uk/gbuk/search-keywords/xx_xx_xx_xx_xx/acer/xx-criteria.html' r = urllib.request.urlopen(url).read() soup = BeautifulSoup(r,'lxml') price =…
SJEL
  • 17
  • 3
-5
votes
1 answer

PHP output from HTML input Form

Have the user input a value in a form text box that takes the value and puts it in $html = file_get_html(' ') and echoes output value on the page.
Site:
1 2 3
23
24