I'm new to scraping, and have a rudimentary (but not totally non-existent) understanding of how to code. I was hoping to find someone who would spend an hour with me answering a few questions on a Zoom call that I can record. I would pay for your time of course.
My questions are:
How do I scrape down a category page when there are categories off categories? (eg. Dog > Pharmacy > Flea Treatment... how would I scrape all Dog, or all dog > pharmacy if this is not a page I can access on the website? is this possible?
I want to do more with Element Attribute but need some guidance. Specifically, want to scrape hidden UPC numbers from retail sites. I've read all the instructions I can find but would do better if someone could show me and I could ask questions.
Some of my scrapes have data that is not in a consistent location on the page (ie, it may be the 9th row in a table, or the 8th row). I'm pretty sure I would get better results if I used Element Attribute, but I am not sure how.