Skip to content

Instantly share code, notes, and snippets.

@shiondev
Last active August 29, 2015 13:57
Show Gist options
  • Select an option

  • Save shiondev/9628133 to your computer and use it in GitHub Desktop.

Select an option

Save shiondev/9628133 to your computer and use it in GitHub Desktop.
Create a crawl
> curl -X PUT https://your_user_token:@api.80legs.com/v2/crawls/name_of_crawl -H "Content-Type: application/json" -d "{\"app\": \"full_page_content.js\", \"urllist\": \"name_of_url_list\", \"data\": \"name_of_data_file\", \"max_depth\": 1, \"max_urls\": 10 }" -i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment