[ad_1]
Hi
I have a competitor who, on their site, has a zip code look-up that tells you your local store.
Obviously, I don’t want to search for every zip code so….
Is there a way I can see the raw data table in their website that feeds this lookup? (and download it to excel)
Thank you.
[ad_2]
If the stores are being retrieved from JavaScript, then yes you could potentially find the entire list in the page source.
If it’s being pulled out of a database somewhere then no, not unless you used a bot to scrape the results or something.
If you are open to sharing more details like the URL, it may be easier to suggest ideas/recommendations.