d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Iso: Web Scraper
Add Reply New Topic New Poll
Member
Posts: 10,054
Joined: Mar 18 2005
Gold: 407.42
Jul 22 2023 09:49pm
Thank you for taking the time reading. I am requesting this as it will help me a ton at work, and I am willing to pay for it. If it is going to cost more than the FG I have, then I will purchase more FG. Here is a rundown of what I am looking for:

1. Web scraping a website that tracks building permit and inspection results.
- No login is required into the website.
- It pulls any data related to scheduled/approved/failed inspections based on an array of permit numbers it searches on the website.
- Runs daily at a specific time.
2. Data is imported into an excel spreadsheet stored on a OneDrive account.
- I can design (have already designed) the excel spreadsheet.
- Data is input as simply a date, and then color coded based on scheduled/approved/failed.

Ultimately, the functionality is more important than design. I used to track 20 houses and it was tedious, but now I need to track 250+ houses. Please let me know if you have any further questions, timeline on completion, rough estimate of cost, etc.
Member
Posts: 32,567
Joined: Jul 27 2006
Gold: 22,000.00
Jul 23 2023 01:59am
pm me with the link of the website so I can tell you how much it will cost
Member
Posts: 1,367
Joined: Aug 11 2019
Gold: 91,307.78
Aug 21 2023 01:41pm
Specific pages you want scraped daily?
Still need this?

Would build it in python, but you would just run a command whenever you want to scrape, we could setup a windows task or cronjob but I don't think its a big ask to run a command when you want the information. That way you also aren't waiting for a specific time :)

python.exe scrapeWebpage.py

Output the date of the folder with the excel/csv expected

This post was edited by voidqueen on Aug 21 2023 01:43pm
Member
Posts: 4,159
Joined: Oct 6 2022
Gold: 43,559.00
Warn: 10%
Nov 4 2023 09:38am
selenium would help with this. if you still need help lmk
Member
Posts: 6,990
Joined: Apr 16 2019
Gold: 50.00
Jan 21 2024 06:35pm
So long as the data is indeed public I can handle this if you still need. LMK
Member
Posts: 888
Joined: Dec 25 2021
Gold: 3,548.50
Mar 5 2024 09:03pm
Is this resolved? Can possibly help in this space.
Member
Posts: 10,054
Joined: Mar 18 2005
Gold: 407.42
Mar 13 2024 06:36am
Quote (Shuper @ Mar 5 2024 10:03pm)
Is this resolved? Can possibly help in this space.


Apologies for not updating this thread. Mehdi created what I needed and it works beautifully. Thanks everyone!
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll