{"id":20496311,"url":"https://github.com/HasData/hasdata-node-sdk","last_synced_at":"2025-05-09T05:32:44.293Z","repository":{"id":55872755,"uuid":"522942138","full_name":"HasData/scrapeit-cloud-node-sdk","owner":"HasData","description":"NodeJS SDK to interact with Scrape-it Cloud API","archived":false,"fork":false,"pushed_at":"2022-10-05T18:11:33.000Z","size":33,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-14T02:19:04.044Z","etag":null,"topics":["cloud","javascript","nodejs","proxy","scraper"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HasData.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-08-09T12:34:21.000Z","updated_at":"2024-01-10T13:31:22.000Z","dependencies_parsed_at":"2022-08-15T08:20:12.770Z","dependency_job_id":null,"html_url":"https://github.com/HasData/scrapeit-cloud-node-sdk","commit_stats":null,"previous_names":["scrapeit-cloud/scrapeit-cloud-node-sdk"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HasData%2Fscrapeit-cloud-node-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HasData%2Fscrapeit-cloud-node-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HasData%2Fscrapeit-cloud-node-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HasData%2Fscrapeit-cloud-node-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HasData","download_url":"https://codeload.github.com/HasData/scrapeit-cloud-node-sdk/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224824046,"owners_count":17376014,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cloud","javascript","nodejs","proxy","scraper"],"created_at":"2024-11-15T18:06:28.763Z","updated_at":"2025-05-09T05:32:39.000Z","avatar_url":"https://github.com/HasData.png","language":"JavaScript","readme":"# Scrapeit Cloud NodeJS SDK\n[Scrapeit Cloud](https://scrape-it.cloud/) - Web Scraping API with Proxy Rotation. Get valuable data at scale in HTML format from any website without need for a proxy.\n\nInterface to call [Scrapeit Cloud API](https://scrape-it.cloud/) easily from Node.\n\n## Install\n\n    npm i @scrapeit-cloud/scrapeit-cloud-node-sdk\n\n## Usage\nSignup to Scrapeit Cloud to  [get your API key](https://app.scrape-it.cloud/sign-up) and some free credits to get started.\n\n    import ScrapeitSDK from './index';\n\n    const main = async() =\u003e {\n      const scrapeit = new ScrapeitSDK('INSERT_YOUR_API_KEY_HERE');\n\n      try {\n        const response = await scrapeit.scrape({\n          \"url\": \"https://example.com\",\n          \"screenshot\": true,\n          \"proxy_country\": \"US\",\n          \"proxy_type\": \"datacenter\"\n        });\n\n        console.log(response);\n      } catch(e) {\n        console.log(e.message);\n      }\n    };\n\n    main();\n\nScrapeit Cloud supports various parameters to execute a custom JavaScript script, use a premium proxy from a specific geolocation and more.\n\nYou can find all the supported parameters on [Scrapeit Cloud documentation](https://scrape-it.cloud/docs/).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FHasData%2Fhasdata-node-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FHasData%2Fhasdata-node-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FHasData%2Fhasdata-node-sdk/lists"}