1er
This commit is contained in:
23
backend/app/scraper/amazon/selectors.md
Normal file
23
backend/app/scraper/amazon/selectors.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# Sélecteurs Amazon (FR)
|
||||
|
||||
## Identifiants stables
|
||||
- `#productTitle`
|
||||
- `#acrCustomerReviewText`
|
||||
- `#availability`
|
||||
|
||||
## Prix
|
||||
- `#corePriceDisplay_desktop_feature_div .a-offscreen`
|
||||
- `#priceblock_ourprice`
|
||||
- `#priceblock_dealprice`
|
||||
- `#corePriceDisplay_desktop_feature_div .a-text-price span.a-offscreen`
|
||||
- `#priceblock_strikeprice`
|
||||
|
||||
## Images
|
||||
- `#landingImage`
|
||||
- `#imgTagWrapperId img`
|
||||
|
||||
## Badges
|
||||
- `#acBadge_feature_div`
|
||||
- `#dealBadge_feature_div`
|
||||
- `#primeBadge`
|
||||
- `text=Exclusivité Amazon`
|
||||
Reference in New Issue
Block a user