https://github.com/apify/apify-sdk-js
Apify SDK monorepo
https://github.com/apify/apify-sdk-js
actor apify javascript nodejs sdk typescript
Last synced: 3 days ago
JSON representation
Apify SDK monorepo
- Host: GitHub
- URL: https://github.com/apify/apify-sdk-js
- Owner: apify
- License: apache-2.0
- Created: 2022-04-22T10:40:07.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-05-14T04:35:11.000Z (4 days ago)
- Last Synced: 2025-05-14T06:06:09.259Z (4 days ago)
- Topics: actor, apify, javascript, nodejs, sdk, typescript
- Language: TypeScript
- Homepage: https://docs.apify.com/sdk/js
- Size: 312 MB
- Stars: 138
- Watchers: 10
- Forks: 46
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Apify SDK monorepo
[](https://www.npmjs.com/package/apify)
[](https://www.npmjs.com/package/apify)
[](https://discord.gg/jyEM2PRvMU)
[](https://github.com/apify/apify-sdk-js/actions/workflows/test-and-release.yaml)Apify SDK is the core set of tools and utilities that we've built to help make your interaction with the [Apify Platform](https://apify.com) easier.
This monorepo holds all the components and tools that we've created for it!> Would you like to work with us on Crawlee, Apify SDK or similar projects? [We are hiring!](https://apify.com/jobs#senior-node.js-engineer)
| package | version |
| ------------------------------------- | --------------------------------------------------------------------------------------------- |
| [`apify`](./packages/apify/README.md) | [](https://www.npmjs.com/package/apify) |## Apify SDK
Apify SDK provides the tools required to run your own Apify Actors! The crawlers and scraping related tools, previously included in Apify SDK (v2), have been split into
a brand-new module - [`crawlee`](https://npmjs.org/crawlee) (which you can use outside Apify too!), while keeping the Apify specific parts in this module!## Support
If you find any bug or issue with the Apify SDK, please [submit an issue on GitHub](https://github.com/apify/apify-sdk-js/issues).
For questions, you can ask on [Stack Overflow](https://stackoverflow.com/questions/tagged/apify) or contact [email protected]## Contributing
Your code contributions are welcome, and you'll be praised to eternity!
If you have any ideas for improvements, either submit an issue or create a pull request.
For contribution guidelines and the code of conduct,
see [CONTRIBUTING.md](https://github.com/apify/apify-sdk-js/blob/master/CONTRIBUTING.md).## License
This project is licensed under the Apache License 2.0 -
see the [LICENSE.md](https://github.com/apify/apify-sdk-js/blob/master/LICENSE.md) file for details.