sarafg11

Untitled

Dec 13th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. {
  2. "start_urls": [
  3. "https://www.sorliclic.com/api/rest/V1.0/catalog/product?offset=0&limit=1&categories=1003"
  4. ],
  5. "fields": {
  6. "name": "products[*].productData.name",
  7. "price": "products[*].priceData.prices[-1].value.centAmount",
  8. "brand_text": "products[*].productData.brand.name",
  9. "image": "products[*].productData.imageURL",
  10. "description": "products[*].productData.description",
  11. "categories": "products[*].categories[*].name",
  12. "ean": "products[*].ean",
  13. "url": "products[*].productData.url"
  14. }
  15. }
Add Comment
Please, Sign In to add comment