sarafg11

Untitled

Mar 3rd, 2020
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 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": "update_qs_in_url",
  28. "func_args": {
  29. "query_string": "offset"
  30. }
  31. },
  32. "positioning": {
  33. "base_url": "https://www.sorliclic.com/api/rest/V1.0/catalog/product?offset=0&limit=15&orderById=7&categories=<id>",
  34. "id_re": "(?<=c-)[0-9]+"
  35. }
  36. },
  37. "links": {
  38. "detail": "",
  39. "next_page": ""
  40. },
  41. "list": {
  42. "product": "products[*]",
  43. "page": "",
  44. "default_page": 1
  45. },
  46. "parser_modules": [
  47. "single_item_jpath"
  48. ]
  49. }
Advertisement
Add Comment
Please, Sign In to add comment