Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Here's the cURL command that describes the URL to scrape:
- curl -i -X POST \
- -H "Content-Type:application/x-www-form-urlencoded" \
- -d "column=SITUS" \
- -d "operation=contains" \
- -d "strNo=" \
- -d "strPref=" \
- -d "strNm=" \
- -d "strType=" \
- -d "strSuf=" \
- -d "visited=true" \
- -d "condColSel=" \
- -d "nextRecStartNum=0" \
- 'http://gisweb.claycogov.com/realEstate/realEstate.jsp'
- Increase nextRecStartNum by 25 to get the next page. Repeat until you have all the records!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement