Subito.it Musical Instrument Scraper avatar

Subito.it Musical Instrument Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Subito.it Musical Instrument Scraper

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

Nogards

Maintained by Community

Actor 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

ParameterTypeRequiredDefaultDescription
keywordstringYesβ€”What to search for (e.g., 'chitarra fender', 'pianoforte', 'basso elettrico')
minPriceintegerNonullMinimum price in euros
maxPriceintegerNonullMaximum price in euros
maxPagesintegerNo3Number of pages to scrape (max: 50, ~30 results per page)
locationstringNonullLocation 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

FieldTypeDescription
titlestringListing title as shown on Subito.it
pricenumberParsed price as a number (null if not available)
priceRawstringRaw price string as shown (e.g., "650 €")
currencystringAlways "EUR"
linkstringFull URL to the listing on Subito.it
locationstringSeller location (city and province)
imagesarrayArray with the first listing image URL

βš™οΈ How it works

  1. Builds search URL targeting https://www.subito.it/annunci-italia/vendita/strumenti-musicali/
  2. Appends your keyword, price filters, and pagination parameters
  3. Navigates through result pages with an optimized Playwright browser
  4. Extracts listing details efficiently using DOM selectors
  5. 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

PagesApprox. resultsApprox. run timeMemory 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.

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.


Built with ❀️ using Apify and Crawlee