A short and rigid URL scraper for products on "https://www.stadiumgoods.com/adidas"
# Requires PHP 7.0+ / Goutte PHP Scraper / Guzzle 6+
# Install composer dependencies
# From the <project-dir> run:
composer install
# 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