Advertisement
Guest User

Untitled

a guest
Feb 18th, 2020
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2. "start_urls": [
  3. "https://tienda.mercadona.es/api/v1_1/categories/164/?lang=es&wh=",
  4. "https://tienda.mercadona.es/api/v1_1/categories/166/?lang=es&wh="
  5. ],
  6. "fields": {
  7. "name": "display_name",
  8. "price": "price_instructions.unit_price",
  9. "brand_text": "brand",
  10. "image": "photos[0].regular",
  11. "description": "details.description",
  12. "categories": "categories[*].name",
  13. "barcode": "ean",
  14. "url": "share_url"
  15. },
  16. "positioning_crawl": false,
  17. "api_crawl": {
  18. "crawl_finisher": {
  19. "func_name": "field_doesnt_exist",
  20. "func_args": {
  21. "field_jpath": "is_extended"
  22. }
  23. },
  24. "get_next_url": {
  25. "func_name": "product_url_composer_using_id",
  26. "func_args": {
  27. "id_jpath": "categories[*].products[*].id",
  28. "product_api_url": "https://tienda.mercadona.es/api/v1_1/products/<id>/?lang=es&wh="
  29. }
  30. }
  31. },
  32. "links":{
  33. "detail": "",
  34. "next_page": ""
  35. },
  36. "list": {
  37. "product": "$.categories[*].products[*]",
  38. "page": "",
  39. "default_page": 1
  40. },
  41. "parser_modules": ["single_item_jpath"]
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement