https://github.com/mstephen19/zestimate-scraper
https://github.com/mstephen19/zestimate-scraper
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mstephen19/zestimate-scraper
- Owner: mstephen19
- Created: 2022-02-22T15:39:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-22T17:42:44.000Z (about 3 years ago)
- Last Synced: 2025-02-04T22:14:20.647Z (4 months ago)
- Language: TypeScript
- Size: 208 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Test input
Addresses don't have to be 100% exact
```JSON
{
"addresses": [
"5050 columbus st se unit 194",
"7329 Roamer Pl Las Vegas, NV 89131",
"5424 Taylor Mill Rd Taylor Mill, KY 41015",
"732 Independence Ave GA 30567",
"12314 bellafonte dr Dallas",
"6406 Maple Glen IL 60097"
],
"cookiesToScrape": 3,
"proxy": {
"useApifyProxy": true,
"groups": ["RESIDENTIAL"],
"countryCode": "US"
}
}```
Note that if you run out of cookies, the actor will go to farm more for you, just one at a time.
## Output
If an address was not found, its results will still be pushed, but `zpid` and `zestimate` will both be `null`
```JSON
{
"zpid": 6891472,
"address": "7329 Roamer Pl Las Vegas, NV 89131",
"zestimate": 350200
}
```If there is no Zestimate available, `zestimate` will be `"N/A"`