Jumia Scraper avatar
Jumia Scraper

Deprecated

Pricing

$25.00/month + usage

Go to Store
Jumia Scraper

Jumia Scraper

Deprecated

Developed by

Caleb David

Caleb David

Maintained by Community

Jumia Scraper extracts data from any Jumia product, catalog, or category pages - parses and converts the data to structured formats: HTML table, JSON, CSV, Excel, and XML.

0.0 (0)

Pricing

$25.00/month + usage

1

Total users

74

Monthly users

6

Last modified

a year ago

MG

Missing Fields in Export

Closed

metal_garklein opened this issue
2 years ago

Hello, I recently tried out the jumia scraper, I'm glad I can scrap a single product something which is missing in other scrapers, However some fields such as descriptions and short descriptions are missing in the export file, is there a way to fix this ?... also jumias seller centre has moved to vendor centre.. is there a way to scrap the products to match exactly the template they will provide in the new platform? thanks

microworlds avatar

@descriptions and short descriptions: Adding the requested fields (descriptions and short descriptions) will significantly degrade the actor's performance based on the current design. However, I may allow you to pass a product URL and then extract the details, including the proposed fields. Something like:

...
"startUrls": [
{
"url": "https://www.jumia.com.ng/notebook-15-intel-core-i3-12gb-ram-1tb-hdd-win-10-mouse-hp-mpg2160422.html"
},
]
...

Will that solve the problem?

@is there a way to scrap the products to match exactly the template they will provide in the new platform?: I'm not sure that is clear. The scraper does not support Jumia seller/vendor site. Can you please share a sample URL of the Jumia seller/vendor webpage so I can see if it's something I can prioritize adding?

Cheers!