Guest User

Untitled

a guest
Feb 17th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. var needle = require("needle");
  2. var startIdx = 11059000;
  3. var stopIdx = 11211109;
  4. for(idx = startIdx; idx < stopIdx; idx++)
  5. {
  6. needle('get', "https://api.companieshouse.gov.uk/company/"+idx, {
  7. username: key,password:""
  8. })
  9. .then(function(data) {
  10.  
  11. })
  12. .catch(function(err) {
  13. console.log('Call the locksmith!' + err)
  14. })
  15. }
Add Comment
Please, Sign In to add comment