You are on page 1of 1

I have a CSV with building addresses.

I would like to perform a web scrape on 1


website - search address, and input data from website fields to matching CSV field.

- URL: http://propertymap.sfplanning.org/

1. Search Address on this web page:


- Website URL: http://propertymap.sfplanning.org/
- Combine these CSV fields for address string: “FROM_ST” + “STREET” + “ST_TYPE”

2. append the following fields as new columns on pre-existing CSV file:


- create new column for each field name
- input data for each field to associated field in CSV
- if a particular field is empty, insert “NOT FOUND”
- see attached screenshots for help
_____________________________________________
Category: ”Property"

Subcategory: “Neighborhood”
Fields:
1. Neighborhood

Subcategory: “ASSESSOR’S REPORT”


Fields:
1. Address
2. Parcel
3. Year Built
4. Building Area
5. Parcel Area
6. Use Type:
7. Units:
8. Stories:
____________________________________________
Category: "Zoning"

Subcategory: “Zoning Districts”


Fields:
1. Zoning Districts:

Subcategory: “Height & Bulk Districts”


Fields:
1. Height & Bulk Districts:

You might also like