Scrapy - spider with AJAX pagination -



Scrapy - spider with AJAX pagination -

been going through many related questions without finding clear reply mutual scraping question.

i trying scrape typical real estate site.

(start_url = http://www.metrocuadrado.com/web/buscarfiltros/bogota-apartamento-venta).

sixteen ads per (list) page. next (list) page shows next 16 ads, , gets content through ajax (pressing "next page" button).

the detailed item-info need obtained on specific advertisement page, 1 level deeper, next links ads. info url-based, not ajax.

i've been trying figure out solution crawlspider , selenium, confused how combine rules , callbacks. advice (a general structure) welcome !

ajax scrapy

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -