sarafg11

Untitled

Mar 2nd, 2020
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. {
  2. "start_urls": [
  3. "https://tienda.consum.es/api/rest/V1.0/catalog/product?offset=0&limit=1&categories=1690"
  4. ],
  5. "fields": {
  6. "name": "$..productData.name",
  7. "price": "$..priceData.prices[-1].value.centAmount",
  8. "brand_text": "$..productData.brand.name",
  9. "image": "$..productData.imageURL",
  10. "description": "$..productData.description",
  11. "categories": "$..categories[*].name",
  12. "ean": "$..ean",
  13. "url": "$..productData.url"
  14. },
  15. "api_crawl": {
  16. "crawl_finisher": {
  17. "func_name": "is_content_empty",
  18. "func_args": {
  19. "content_jpath": "products"
  20. }
  21. },
  22. "get_next_url": {
  23. "func_name": "update_qs_in_url",
  24. "func_args": {
  25. "query_string": "offset"
  26. }
  27. },
  28. "positioning": {
  29. "base_url": "https://tienda.consum.es/api/rest/V1.0/catalog/product?offset=0&limit=15&orderById=7&categories=<id>",
  30. "id_re": "(?<=c-)[0-9]+"
  31. }
  32. },
  33. "links": {
  34. "detail": "",
  35. "next_page": ""
  36. },
  37. "list": {
  38. "product": "products[*]",
  39. "page": "",
  40. "default_page": 1
  41. },
  42. "parser_modules": ["single_item_jpath"]
  43. }
Advertisement
Add Comment
Please, Sign In to add comment