Bandcamp Crawler
3 days trial then $35.00/month - No credit card required now
Bandcamp Crawler
3 days trial then $35.00/month - No credit card required now
The Bandcamp.com crawler is a web scraping tool that allows you to extract data from the Bandcamp music platform. With this crawler, you can get information about albums, tracks, and much more. The crawler is built on top of Apify SDK, and you can run it both on the Apify platform and locally.
You can access the Bandcamp Crawler programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "startUrls": [
3 {
4 "url": "https://fivefingerdeathpunch.bandcamp.com/music"
5 }
6 ],
7 "maxPagesToSearch": 6,
8 "proxy": {
9 "useApifyProxy": false
10 }
11}' |
12apify call service-paradis/bandcamp-crawler --silent --output-dataset
Bandcamp Crawler API through CLI
The Apify CLI is the official tool that allows you to use Bandcamp Crawler locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include:
Actor Metrics
1 monthly user
-
3 stars
>99% runs succeeded
10 days response time
Created in Apr 2023
Modified 2 months ago