Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- The url to query is:
- http://www.tad.org/search-by-owner-name?keyword=&count=101/**/LIMIT/**/100&type=owner_name&city=all&DepartmentCd=
- You should POST that url with "page=1" and increment page until you run out of results (the bit of the page that says how many results there are is wrong)
- The "/**/LIMIT/**/100" part makes the query run a bit faster (although it's still quite slow). I used "/**/" in place of spaces because they converted all spaces to percent signs for use in a LIKE clause.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement