alltheplaces / alltheplaces

A set of spiders and scrapers to extract location information from places that post their location on the internet.
https://www.alltheplaces.xyz
Other
624 stars 213 forks source link

Davi Nails (US) (shop/beauty) (help wanted) #7128

Open CloCkWeRX opened 8 months ago

CloCkWeRX commented 8 months ago

Brand name

Davi Nails

American nail salon chain

Wikidata ID

Q108726836 https://www.wikidata.org/wiki/Q108726836 https://www.wikidata.org/wiki/Special:EntityData/Q108726836.json

Store finder url(s)

https://davinails.com/locations/ (graphql?)

Official Url(s): http://davinails.com/

class DaViNailsCAUSSpider(WPStoreLocatorSpider): name = "davi_nails_ca_us" item_attributes = { "brand_wikidata": "Q108726836", "brand": "DaVi Nails", } allowed_domains = [ "davinails.com", ]

CloCkWeRX commented 8 months ago

https://github.com/alltheplaces/alltheplaces/pull/7194 is very resource intensive.

Need to query the graphql endpoint then get the store detail.