Heya,
I'm scrapping data from superc.ca and its working good but I need to be able to change the store to account for store/product variation. Is there anyway to do that?
thank you!
Sitemap:
{id:"sitemap code"}
Heya,
I'm scrapping data from superc.ca and its working good but I need to be able to change the store to account for store/product variation. Is there anyway to do that?
thank you!
Sitemap:
{id:"sitemap code"}
Hi,
Yes, you can set the location via the Website State Setup feature.
Check the reference sitemap below:
{"_id":"superc-ca","startUrl":["https://www.superc.ca/"],"selectors":[],"websiteStateSetup":{"enabled":true,"performWhenNotFoundSelector":".user__shop:contains('Blainville')","actions":[{"selector":".mm__user button.modal-store-selector","type":"click"},{"selector":".search-form-container button.fs--btn-search-city","type":"click"},{"selector":".search-form-container a:contains('Blainville')","type":"click"},{"selector":"button.mobile-open-selection","type":"click"},{"selector":".fs--box-shop label","type":"click"},{"selector":".ss--footer button","type":"click"}]}}
thank you very much! 