App reviews, troubleshooting, and recommendations
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hey,
would appreciate if anyone has experience with permissions to crawl seller's catalog via Shopify API. Thanks a lot!
What do you mean by crawl their catalog?
Do you mean you want to get a list of all their products including all the details of each product, and do something with that? In that case, you could use Shopify's GraphQL Admin API.
Thanks, correct! we need to crawl images from PDP and product descriptions
Yep you can get both images and descriptions, and more from querying product or products in GraphQL Admin API.
Just make sure that when you define your scopes for your app, you include the correct access scopes such as read_products
Thanks for your help!