Skip to content

eXist73/php-plp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Product Scraper

A short and rigid URL scraper for products on "https://www.stadiumgoods.com/adidas"

Requirements

# Requires PHP 7.0+ / Goutte PHP Scraper / Guzzle 6+

Installation

# Install composer dependencies
# From the <project-dir> run:
composer install 

Examples

# Example 1 (returns data directly to stdout):
php plp.php -u "https://www.stadiumgoods.com/adidas"

# Example 2 (pipes data into a csv file):
php plp.php -u "https://www.stadiumgoods.com/adidas" > data.csv

About

Product Scraper for Stadium Goods

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages