https://github.com/gkevinb/scrape-soundcloud
Node package for scraping data from SoundCloud
https://github.com/gkevinb/scrape-soundcloud
Last synced: 3 months ago
JSON representation
Node package for scraping data from SoundCloud
- Host: GitHub
- URL: https://github.com/gkevinb/scrape-soundcloud
- Owner: gkevinb
- License: mit
- Created: 2022-02-14T23:25:28.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-13T11:37:42.000Z (over 3 years ago)
- Last Synced: 2025-04-03T20:54:49.044Z (3 months ago)
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/scrape-soundcloud
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scrape-soundcloud
Scraper for Soundcloud. No API key needed for the SoundCloud API since the data is extracted directly from the static HTML accessible via a SoundCloud link.
## Work in Progress
This npm package will be polished and developed further soon to make it more robust.
## Usage
Check `test/test.js` for an example.