Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "start_urls": [
- "https://tienda.consum.es/api/rest/V1.0/catalog/product?offset=0&limit=1&categories=1690"
- ],
- "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": "update_qs_in_url",
- "func_args": {
- "query_string": "offset"
- }
- },
- "positioning": {
- "base_url": "https://tienda.consum.es/api/rest/V1.0/catalog/product?offset=0&limit=15&orderById=7&categories=<id>",
- "id_re": "(?<=c-)[0-9]+"
- }
- },
- "links": {
- "detail": "",
- "next_page": ""
- },
- "list": {
- "product": "products[*]",
- "page": "",
- "default_page": 1
- },
- "parser_modules": ["single_item_jpath"]
- }
Advertisement
Add Comment
Please, Sign In to add comment