What's the easiest and fastest way of get a site's info (all combo box combinations at once) [closed]

StackOverflow https://stackoverflow.com/questions/21092803

  •  27-09-2022
  •  | 
  •  

Frage

What's the easiest and fastest way of get a site's info automatically choosing it's combo boxes?

Hear in Brazil we have fipe's site: http://www.fipe.org.br/web/indices/veiculos/default.aspx?p=51 which lists used car prices, BUT it needs too much human interaction:

first you select the company, then related models are loaded. Also is needed to set up the car's year.

How to get all the prices for all company's cars without any interaction? Like a bot, creating a table of all company cars prices at once?

Example

COMPANY >       MODEL        > YEAR > PRICE
Nissan  > Altima GXE 2.4 16V > 1993 > 7325.00
Nissan  > Altima GXE 2.4 16V > 1994 > 8223.00
Nissan  > Altima SE 2.4 16v  > 1995 > 11783.00

How to get all combo box combinations at once? Any tool?

Andere Tipps

You can dig into scrapy, a very powerfull crawling framework in python -> scrapy homepage ;)

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top