sarafg11

Untitled

Mar 6th, 2020
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  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. "api_crawl": {
  17. "crawl_finisher": {
  18. "func_name": "field_doesnt_exist",
  19. "func_args": {
  20. "field_jpath": "is_extended"
  21. }
  22. },
  23. "get_next_url": {
  24. "func_name": "product_url_composer_using_id",
  25. "func_args": {
  26. "id_jpath": "categories[*].products[*].id",
  27. "product_api_url": "https://tienda.mercadona.es/api/v1_1/products/<id>/?lang=es&wh="
  28. }
  29. },
  30. "positioning": {
  31. "crawl": false
  32. }
  33. },
  34. "links":{
  35. "detail": "",
  36. "next_page": ""
  37. },
  38. "list": {
  39. "product": "$.categories[*].products[*]",
  40. "page": "",
  41. "default_page": 1
  42. },
  43. "parser_modules": ["single_item_jpath"]
  44. }
Advertisement
Add Comment
Please, Sign In to add comment