Scrape Spotify tracks data by keywords. Extract comprehensive track information including artist details, album info, cover art, duration, and more. Perfect for music data analysis and playlist generation.
Each record in the output dataset contains comprehensive track information:
__typename: Type of the record
albumOfTrack: Detailed album information including:
Cover art with various resolutions
Album ID, name, and URI
Extracted color information
artists: List of artists with their profiles
associations: Related content information
contentRating: Content rating label
duration: Track duration in milliseconds
id: Unique track identifier
name: Track name
playability: Track availability status
uri: Spotify URI
keyword: The search keyword used to find this track
💡 Use Cases
Music catalog analysis
Playlist generation
Music trend research
Content aggregation
Music recommendation systems
Market research
🔧 Input Parameters
keywords: Array of search terms to find tracks
maxItems: Maximum number of tracks to scrape
Input Example
A full explanation of an input example in JSON.
1{
2 "keywords": ["punk"],
3 "maxItems": 100
4}
Output sample
The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:
And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.
Is it legal to scrape job listings or public data?
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
Do I need to code to use this scraper?
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
What data does it extract?
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Can I scrape multiple pages or filter by location?
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
How do I get started?
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!