Results 87 comments of David Hicks

https://maps.locations.fanniemay.com/api/getAsyncLocations?template=search&level=search

JSOB blob returned at `https://www.aritzia.com/intl/en/store-locator?view=results&country=US` but with limited detail (e.g. no opening hours, phone numbers). StructuredDataSpider can be used to extract location information (including coordinates and opening hours) from location...

@iandees All spiders in this batch are now fixed and working. Primark/Penneys spiders needed a complete rewrite and the crawl of this brand in each country can be conducted in...

Uses [vTex store locator](https://apps.vtex.com/vtex-store-locator/p) which has source code at: `https://github.com/vtex-apps/store-locator` This is a new store locator which we don't have a store finder developed for yet. A sample API call...

JavaScript blob parsing seems the better option returning lat/lon too: ``` window.country = "Espa\u00f1a"; if (window.shops === undefined) { window.shops = [ { "id": 17757, "name": "PrimaPrix Barcelona Ribes", "lat":...

488 stores returned in JSON output of request to `https://www.pingodoce.pt/wp-content/themes/pingodoce/ajax/pd-ajax.php?action=pd_stores_get_stores`

https://www.paodeacucar.com/sitemap.sdx lists many locations, numerous which have no stores within vicinity (so a useless request/blank page is returned). Where the location does have locations in vicinity, such as https://www.paodeacucar.com/nossas-lojas/cerqueira-cesar.sdx ,...

Tiffany results (as data centre IP ranges appear to be blocked): ``` {'atp/brand/Tiffany': 401, 'atp/brand_wikidata/Q1066858': 401, 'atp/category/shop/jewelry': 401, 'atp/field/country/from_reverse_geocoding': 86, 'atp/field/email/missing': 231, 'atp/field/image/invalid': 156, 'atp/field/image/missing': 127, 'atp/field/lat/missing': 1, 'atp/field/lon/missing': 1,...

`starbucks_us` works, but it takes quite a few coordinate searches before the first location in found, so this CI run times out before the first location is found.