
Parser on Python needed
- or -
Post a project like this- Posted:
- Proposals: 5
- Remote
- #2680354
- Awarded
Description
For data like phone title, number, website.
Please, check is there any security on the website and give me your quote estimation. (Quote can be different from a price in the budget)

Natalia D.
99% (31)New Proposal
Login to your account and send a proposal now to get this project.
Log inClarification Board Ask a Question
-
Natalia, the specified site requires filling in two data fields for issuing results: things you are looking and the address where these things can be.
To collect data from all pages using all data combinations of these two fields, you need to prepare a list of all cities in advance (not a problem) and a list of things you are looking for (this is a problem if the list is not already available). The parser will run for each combination, run through all the pages, save the data for further combine in a single database and output it to Excel or CSV file (or somewhere else).
I haven't found an API for accessing data for this site, so the above data collection process is the only option.
That is, the parser is certainly not simple. Development will take several days, and it all depends on solving the above problems.