Subito.it Musical Instrument Scraper
Pricing
from $2.00 / 1,000 results
Subito.it Musical Instrument Scraper
Extract musical instrument listings from Subito.it. Search for guitars, keyboards, drums, basses and more with price filters. Perfect for musicians and resellers.
Pricing
from $2.00 / 1,000 results
Rating
5.0
(1)
Developer
Nogards
Maintained by CommunityActor stats
1
Bookmarked
1
Total users
0
Monthly active users
3 days ago
Last modified
Categories
Share
Subito.it Strumenti Musicali Scraper
Fast and optimized scraper for musical instrument listings on Subito.it, Italy's leading classifieds marketplace.
π― What it does
Extracts musical instrument listings from Subito.it based on your search criteria:
- Search by keyword within the Strumenti Musicali category
- Filter by price range
- Get clean, structured JSON data
- Scrape multiple pages efficiently
- Optimized for low memory usage and fast performance
π° Who is this for
- πΈ Musicians looking for second-hand instruments at the best price
- πͺ Music shop owners monitoring the used instrument market
- π Deal hunters tracking specific instruments or brands
- π Price comparison and market research across instrument types
- π€ Automated deal alerts for rare or collectible instruments
- π Market trend analysis for specific instrument categories
π Input
{"keyword": "chitarra fender","minPrice": 100,"maxPrice": 800,"maxPages": 5,"location": "milano"}
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| keyword | string | Yes | β | What to search for (e.g., 'chitarra fender', 'pianoforte', 'basso elettrico') |
| minPrice | integer | No | null | Minimum price in euros |
| maxPrice | integer | No | null | Maximum price in euros |
| maxPages | integer | No | 3 | Number of pages to scrape (max: 50, ~30 results per page) |
| location | string | No | null | Location filter (e.g., 'milano', 'roma', 'italia') |
Example inputs
Search for Fender guitars under β¬800:
{"keyword": "chitarra fender","maxPrice": 800,"maxPages": 3}
Search for pianos nationwide:
{"keyword": "pianoforte","maxPages": 5,"location": "italia"}
Search for electric basses with price range:
{"keyword": "basso elettrico","minPrice": 150,"maxPrice": 600,"maxPages": 3,"location": "roma"}
π¦ Output
Clean JSON array with each listing containing:
{"title": "Chitarra Fender Stratocaster American Standard","price": 650,"priceRaw": "650 β¬","currency": "EUR","link": "https://www.subito.it/...","location": "Milano (MI)","images": ["image_url"]}
Output fields
| Field | Type | Description |
|---|---|---|
| title | string | Listing title as shown on Subito.it |
| price | number | Parsed price as a number (null if not available) |
| priceRaw | string | Raw price string as shown (e.g., "650 β¬") |
| currency | string | Always "EUR" |
| link | string | Full URL to the listing on Subito.it |
| location | string | Seller location (city and province) |
| images | array | Array with the first listing image URL |
βοΈ How it works
- Builds search URL targeting
https://www.subito.it/annunci-italia/vendita/strumenti-musicali/ - Appends your keyword, price filters, and pagination parameters
- Navigates through result pages with an optimized Playwright browser
- Extracts listing details efficiently using DOM selectors
- Returns structured data ready for use
π§ Technical details
- Uses Playwright with optimized browser settings
- Handles pagination automatically
- Low memory footprint (< 1GB RAM)
- Optimized selectors for fast extraction
- Efficient cookie consent handling
- Reduced timeouts for faster scraping
- Blocks images, fonts, and media to minimize memory usage
π Performance
| Pages | Approx. results | Approx. run time | Memory usage |
|---|---|---|---|
| 1 | ~30 | ~30s | < 512MB |
| 3 (default) | ~90 | ~90s | < 1GB |
| 10 | ~300 | ~5min | < 1GB |
| 50 (max) | ~1500 | ~25min | < 2GB |
π‘ Use cases
For musicians: Track second-hand prices for a specific brand or model to know when a deal is good
For resellers: Monitor listings for underpriced instruments you can flip or restore
For researchers: Analyze the second-hand market for a category of instruments (e.g., vintage guitars, acoustic pianos)
π Pricing
- Free tier: Try it with $5 free credits monthly
- Pay per result: $X per 1,000 results
- No subscription required
π Support
Found a bug? Have a feature request? Open an issue on GitHub or contact via Apify.
βοΈ Legal
This scraper respects Subito.it's terms of service and robots.txt. Only publicly available data is extracted. Use responsibly and in accordance with local laws.