sarafg11

Untitled

Jan 21st, 2020
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 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. "https://www.sorliclic.com/api/rest/V1.0/catalog/product?offset=0&limit=1&categories=8",
  5. "https://www.sorliclic.com/api/rest/V1.0/catalog/product?offset=0&limit=1&categories=17",
  6. "https://www.sorliclic.com/api/rest/V1.0/catalog/product?offset=0&limit=1&categories=1001016",
  7. "https://www.sorliclic.com/api/rest/V1.0/catalog/product?offset=0&limit=1&categories=1001020"
  8. ],
  9. "fields": {
  10. "name": "$..productData.name",
  11. "price": "$..priceData.prices[-1].value.centAmount",
  12. "brand_text": "$..productData.brand.name",
  13. "image": "$..productData.imageURL",
  14. "description": "$..productData.description",
  15. "categories": "$..categories[*].name",
  16. "ean": "$..ean",
  17. "url": "$..productData.url"
  18. },
  19. "api_crawl": {
  20. "crawl_finisher": {
  21. "func_name": "is_content_empty",
  22. "func_args": {
  23. "content_jpath": "products"
  24. }
  25. },
  26. "get_next_url": {
  27. "func_name": "increment_qs_with_other_qs",
  28. "func_args": {
  29. "qs_to_update": "offset",
  30. "qs_to_extract": "limit"
  31. }
  32. }
  33. },
  34. "links": {
  35. "detail": "",
  36. "next_page": ""
  37. },
  38. "list": {
  39. "product": "products[*]",
  40. "page": "limit_offset_page_extractor",
  41. "default_page": 1
  42. },
  43. "parser_modules": [
  44. "single_item_jpath"
  45. ]
  46. }
Advertisement
Add Comment
Please, Sign In to add comment