I'm trying to figure out how to scrape two different URL's (under the same subdomain) without having to load all the same elements again.
For example, my start URL starts from a search of bars in Chicago on yellowpages.com. I create my site map, all my elements, and I scrap and export data.
Now, I want to do the same for bars in New York. This will change my URL under the same subdomain. Everything is the same except for the location of the search. Is there a way to duplicate my first sitemap with a different URL? Or a way to basically use the first sitemap as a template so I do not have to add all my elements in again?
Thank You for your help:grinning:
Sitemap:
{id:"sitemap code"}
