Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jonathas/pixmania-parser

:computer: Parsing a product from Pixmania's website
https://github.com/jonathas/pixmania-parser

e-commerce parsing php scraper scraping

Last synced: about 2 hours ago
JSON representation

:computer: Parsing a product from Pixmania's website

Awesome Lists containing this project

README

        

# Pixmania Parser

A PHP code to parse and print (to the commandline - standard output) product name, price and stock (is/is not on stock) of a product from an example page:

http://www.pixmania.co.uk/consumer-dslr/canon-eos-700d-body-only/21326410-a.html

Example output:

```
Product: CANON EOS 700D body only
Price: 355.99
In stock: Yes
```

Running:

```
$ composer install

$ php pixmania-parser.php
```