Russian  English  All projects

Write a parser from a website in PHP



Task

Write a bike-discount.de site parser in PHP7 /8

The data should be broken down into the main categories Bike, Outdoor, Streetwear, Running, Ski and child categories within these categories.

It is necessary to parse the name of the product, the full description of the product in HTML, the price of the product, pictures of the goods and binding to categories (array parent -> children -> children, so that you can understand the hierarchy), the size of the product (for some products these are options), the manufacturer (text description picture)

It is necessary to add data uploading to Excel the ability to refer to the product after parsing as an object in PHP (with access of the form $obj->title, $obj->description, $obj->price, $obj->images&. $obj->manufacturer (title, description, image logo, etc.), etc))

If anything we will discuss the details in the LOC.
03.12.2022 18:35



 Answers freelancers