sarafg11

Untitled

Mar 6th, 2020
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 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": "products[*].productData.name",
  11. "price": "products[*].priceData.prices[-1].value.centAmount",
  12. "brand_text": "products[*].productData.brand.name",
  13. "image": "products[*].productData.imageURL",
  14. "description": "products[*].productData.description",
  15. "categories": "products[*].categories[*].name",
  16. "ean": "products[*].ean",
  17. "url": "products[*].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. },
  33. "parser_modules": ["single_item_jpath"],
  34. "default_request_headers": "{'X-TOL-ZONE':0}"
  35. }
Advertisement
Add Comment
Please, Sign In to add comment