Skip to content

Instantly share code, notes, and snippets.

@phil-monroe
Created July 17, 2012 03:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phil-monroe/3126802 to your computer and use it in GitHub Desktop.
Save phil-monroe/3126802 to your computer and use it in GitHub Desktop.
Repeatedly hits a website
URL="https://prosearch-alpha.identified.com/api/prospects/search?page=1&experience=0&first_degree=true&second_degree=true&sort_filter=score&third_degree=true&within=25"
while true; do
curl -b cookies.txt $URL -o out
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment