Help with moving through categories and pages within category
Hi Guys-
I have not posted in awhile and am working on a new scrape for someone. The problem I am running into is moving through each category and the page within the category. I am attaching my scrape so far, but stuck on how to maneuver through the categories and pages within the URL within a Loop. Its probably pretty simple, but my brain is fried...lol!
Thanks ahead of time for any support
http://www.jj54.com/ProcessLibrary/
Attachment | Size |
---|---|
jj54 (Scraping Session).sss_.txt | 1.72 KB |
jj54 edited (Scraping Session).sss.txt | 4.09 KB |
Jason, In your scrape it
Jason,
In your scrape it looks like you're setting up an array to iterate over as your means of navigating to the different categories. Instead, I would recommend scraping the navigation links from the site itself. That way you'll never miss one if they remove or add to them.
See attached example.
-Scott