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
Post a Comment