Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "start_urls": [
- "https://www.sorliclic.com/api/rest/V1.0/catalog/product?offset=0&limit=1&categories=1003",
- "https://www.sorliclic.com/api/rest/V1.0/catalog/product?offset=0&limit=1&categories=8",
- "https://www.sorliclic.com/api/rest/V1.0/catalog/product?offset=0&limit=1&categories=17",
- "https://www.sorliclic.com/api/rest/V1.0/catalog/product?offset=0&limit=1&categories=1001016",
- "https://www.sorliclic.com/api/rest/V1.0/catalog/product?offset=0&limit=1&categories=1001020"
- ],
- "fields": {
- "name": "$..productData.name",
- "price": "$..priceData.prices[-1].value.centAmount",
- "brand_text": "$..productData.brand.name",
- "image": "$..productData.imageURL",
- "description": "$..productData.description",
- "categories": "$..categories[*].name",
- "ean": "$..ean",
- "url": "$..productData.url"
- },
- "api_crawl": {
- "crawl_finisher": {
- "func_name": "is_content_empty",
- "func_args": {
- "content_jpath": "products"
- }
- },
- "get_next_url": {
- "func_name": "increment_qs_with_other_qs",
- "func_args": {
- "qs_to_update": "offset",
- "qs_to_extract": "limit"
- }
- }
- },
- "links": {
- "detail": "",
- "next_page": ""
- },
- "list": {
- "product": "products[*]",
- "page": "limit_offset_page_extractor",
- "default_page": 1
- },
- "parser_modules": [
- "single_item_jpath"
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment