David Hicks
David Hicks
As an alternative for Gamestop (USA) there is an API for product inventory which returns store details. Example URL: https://www.gamestop.com/api/omni/v2/products/344665/inventory?bopsZip=75206&bopsRadius=50&includeInventoryList=BOPS ``` { "stores": [ { "id": "3873", "address": { "line1":...
Working per https://data.alltheplaces.xyz/runs/2023-05-31-05-12-59/stats/gamestop.json
Working per https://data.alltheplaces.xyz/runs/2023-05-31-05-12-59/stats/vue_cinemas.json
kfc_ca is now marked as requiring a CA proxy as of https://github.com/alltheplaces/alltheplaces/commit/caa7fb33bea542d24c0a7d958fa23f332de5983e
Implemented and working per https://data.alltheplaces.xyz/runs/2023-05-31-05-12-59/stats/pollotropical_us.json
Fixed previously with https://github.com/alltheplaces/alltheplaces/pull/3947
Partly addressed in pull request https://github.com/alltheplaces/alltheplaces.xyz/pull/36 which updated documentation for the alltheplaces.xyz repository to state that builds occur once per week. `https://data.alltheplaces.xyz/runs/history.json` also provides the exact time each build was...
I think they've removed any bot protection they once had. `curl 'https://biaggis.com/locations/?state_search=' | grep -o "Levis Commons"` Returns part of an address for a location. This now looks like a...
Quick guide for how to fix this spider (which will be a bit of work, and I'm happy to have this assigned): Extract city details from: `https://www.kingsoopers.com/seo-store-files/link-hub/store-details-categories/grocery-stores.json` `https://www.kingsoopers.com/seo-store-files/link-hub/store-details-categories/pharmacy-stores.json` Convert the...
SitemapSpider of `https://www.veolianorthamerica.com/sitemap.xml` using filter `/contact-us/find-office/{slug}`. Then HTML parsing of the resulting location page e.g. `https://www.veolianorthamerica.com/contact-us/find-office/port-arthur-tx`. Coordinates are included as `data-x` and `data-y` attributes.