Skip to content

Instantly share code, notes, and snippets.

@curita
Last active January 26, 2017 06:50
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 curita/3bcd9cd062ca510f2b60 to your computer and use it in GitHub Desktop.
Save curita/3bcd9cd062ca510f2b60 to your computer and use it in GitHub Desktop.
Hubstorage collections endpoint
> curl -u $SHUB_APIKEY: https://storage.scrapinghub.com/collections/6171/s/news/count
{"nextstart":"0bfd9919d2503cce","count":151564,"scanned":152151}%
> curl -u $SHUB_APIKEY: https://storage.scrapinghub.com/collections/6171/s/news/count\?start\=0bfd9919d2503cce
{"nextstart":"15d480526db98c72","count":124668,"scanned":125124}%
> curl -u $SHUB_APIKEY: https://storage.scrapinghub.com/collections/6171/s/news/count\?start\=15d480526db98c72
{"nextstart":"2473cab00e8c9c16","count":184477,"scanned":185184}%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment