Replies: 1 comment
-
Hey @geezfools I can show you the solution using Python script:
Output: Good Luck! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've looked at the wiki, I've done some searches elsewhere and this stuff just eludes the heck out of me.
I'm attempting to monitor this JSON page for when new products are added: https://cdn5.editmysite.com/app/store/api/v28/editor/users/144991355/sites/854616809831818796/products?page=1&per_page=30&sort_by=category_order&sort_order=asc&categories[]=11eeee6e456d9a929f7d1e1ffebba068
The site itself is at https://shop.thepunkrockmuseum.com/shop/vinyl-lps/6?page=1&limit=30&sort_by=category_order&sort_order=asc
Can anyone help me so I'm monitoring the "name" only. When I run this through distill, it gives me back this, ."data"[]?."name"
But nothing I do will get CD to recognize that. I tried stuff like json:$.data, etc. I know, I'm a complete noob and just trying to help me and a few friends track some sites to buy vinyl, lol
Beta Was this translation helpful? Give feedback.
All reactions