stormy-gold
stormy-gold2y ago

How to push to same dataset from 2 different urls?

I have a site I’m scraping but I’m facing a problem. There is information about the same thing but on 2 different pages of the website. But I want to store those information on the same JSON dataset.
1 Reply
gtry
gtry2y ago
You can pass the data from previous url in userData for the next request and push the combined data from there.

Did you find this page helpful?