Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "start_urls": [
- "http://farmayoral.es/expectorantes-y-mucoliticos.html",
- "http://farmayoral.es/oftalmologicos.html",
- "http://farmayoral.es/complejos-vitaminicos-y-minerales.html",
- "http://farmayoral.es/antiverrugas.html",
- "http://farmayoral.es/antigripales.html",
- "http://farmayoral.es/anticongestivos-y-descongestionantes.html",
- "http://farmayoral.es/lubricantes.html",
- "http://farmayoral.es/antivaricosos.html",
- "http://farmayoral.es/laxantes.html",
- "http://farmayoral.es/tranquilizantes.html",
- "http://farmayoral.es/antitusivos.html",
- "http://farmayoral.es/anticatarrales.html",
- "http://farmayoral.es/bucofaringeos.html",
- "http://farmayoral.es/ginecologicos.html",
- "http://farmayoral.es/antiinfecciosos-topicos.html",
- "http://farmayoral.es/antihistaminicos.html",
- "http://farmayoral.es/antihemorroidales.html",
- "http://farmayoral.es/antiinflamatorios.html",
- "http://farmayoral.es/anticaida.html",
- "http://farmayoral.es/antiacidos.html",
- "http://farmayoral.es/antidiarreicos.html",
- "http://farmayoral.es/analgesicos.html",
- "http://farmayoral.es/antiacneicos.html",
- "http://farmayoral.es/dermatologicos.html",
- "http://farmayoral.es/antitabaco.html",
- "http://farmayoral.es/antiflatulentos.html",
- "http://farmayoral.es/antimicoticos-y-antifungicos.html",
- "http://farmayoral.es/sistema-circulatorio.html",
- "http://farmayoral.es/antisepticos-desinfectantes.html",
- "http://farmayoral.es/antianorexicos.html",
- "http://farmayoral.es/antiparasitarios-insecticidas-y-repelentes.html",
- "http://farmayoral.es/antivirales-topicos.html",
- "http://farmayoral.es/anticineticos.html",
- "http://farmayoral.es/osteoporosis-osteopenia.html",
- "http://farmayoral.es/halitosis-mal-aliento.html",
- "http://farmayoral.es/cicatrizantes.html",
- "http://farmayoral.es/inmunoestimuladores.html",
- "http://farmayoral.es/antiobesidad.html",
- "http://farmayoral.es/callicidas.html",
- "http://farmayoral.es/otologicos.html"
- ],
- "fields": {
- "name":"//div[@class='product-name']//text()" ,
- "price":"//span[@class='price']//text()" ,
- "price_old":"" ,
- "reference": "",
- "image": "//div[contains(@class,'img-box')]/p//@src",
- "description": "",
- "brand": "",
- "brand_text": "",
- "categories":"//div[@class='breadcrumbs']/ul/li[position()>1]//text()" ,
- "availability":"//p[contains(@class,'availability')]/span//text()" ,
- "rating_average":"",
- "rating_count": "",
- "barcode": "",
- "stock": ""
- },
- "links": {
- "detail": "//div[@class='product-image-wrapper']/a",
- "next_page": "(//li[@class='next']/a)[last()]"
- },
- "pipelines": {
- "AvailabilityPipeline": {
- "forced_false": "Sin existencias",
- "forced_true": "En existencias"
- }
- }
- }
Add Comment
Please, Sign In to add comment