Scraping shopify collections

kromebopoulos

Newbie
Joined
Dec 17, 2023
Messages
2
Reaction score
1
Hello, i have scrape over thousands shopify store, i have all the collections of each products but i don't have the parent/child hierrarchy of them.

Anyone know how to scrape that ?
 
you can check traffic stats, which sites have the most and see if they are profitable
 
that might easy. Tell me more about it in PM.
screen.png
After scraping each sites i got all the category in my csv, the issue : i don't have the hierarchy

Do you understand ? That means i have to manually create the hierrarchy which is incredibly long. So i need to finds where the category are linked between them.

A twitter guy said he did it via sitemap, tried everything but didnt succeed ...


(btw i didnt find the PM button ...)
 
View attachment 306920After scraping each sites i got all the category in my csv, the issue : i don't have the hierarchy

Do you understand ? That means i have to manually create the hierrarchy which is incredibly long. So i need to finds where the category are linked between them.

A twitter guy said he did it via sitemap, tried everything but didnt succeed ...


(btw i didnt find the PM button ...)
Code:
https://thatssofetch.com.au/products.json

All products will have parent and child categories in the meta data.
 
Back
Top