Yacht World Scraper | Fast & Reliable | $5 / 1k avatar
Yacht World Scraper | Fast & Reliable | $5 / 1k

Pricing

Pay per event

Go to Apify Store
Yacht World Scraper | Fast & Reliable | $5 / 1k

Yacht World Scraper | Fast & Reliable | $5 / 1k

Scrape live yacht listings from YachtWorld.com, one of the largest boat marketplace. Get deduped listings with rich details including prices, specs, dealers, and more. Ideal for marine research, inventory tracking, or lead generation.

Pricing

Pay per event

Rating

5.0

(1)

Developer

Fatih Tahta

Fatih Tahta

Maintained by Community

Actor stats

1

Bookmarked

4

Total users

1

Monthly active users

a day ago

Last modified

Share

Overview

Yacht World Scraper collects rich vessel listings from YachtWorld.com, the leading global marketplace for yachts, superyachts, and boats of every class. Provide your search, category, or individual listing URLs and the actor automatically harvests up-to-date information such as pricing, vessel specs, dealer contacts, and listing metadata. Each run is engineered for consistency, so you receive dependable datasets without manual browsing or copy-paste.

Why Use This Actor

  • Market researchers & analysts gain current supply, pricing, and specification data to track trends, inventory shifts, and emerging models.
  • Brokerages & dealers accelerate lead generation by extracting dealer details, vessel condition, engine information, and location snapshots for outreach workflows.
  • Data & product teams populate directories, dashboards, and internal tools with structured listing records ready for enrichment or matching.
  • Developers & automation specialists embed yacht listings into applications or automated alerts without worrying about ongoing maintenance.

The actor runs unattended, respects your limits, and keeps datasets structured so you can focus on insights, not manual scraping.

Input Parameters

ParameterTypeDescriptionDefault
startUrlsArray of stringsYachtWorld search, category, or listing URLs to process. Provide one or many, depending on the breadth of data needed.
limitIntegerMaximum number of listings to store per input. Useful for sampling or capping large searches. Minimum value is 10.50000
proxyConfigurationObjectConnection settings. The default Apify Residential proxy keeps the scraper reliable out of the box.{ "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }

Example Input

{
"startUrls": [
"https://www.yachtworld.com/boats-for-sale/make-riva/"
],
"limit": 250,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}

Example Output

{
"url": "https://www.yachtworld.com/yacht/REDACTED/",
"title": "2025 Riva 130' Bellissima",
"price": "US$24,950,000",
"location": "Fort Lauderdale, Florida",
"brand": "Riva",
"lengthMeters": 39.62,
"dealer": "REDACTED - Fort Lauderdale",
"currency": "US$",
"priceNumeric": 24950000,
"id": "9989248",
"make": "Riva",
"model": "130' Bellissima",
"modelRange": "Bellissima",
"year": 2025,
"condition": "used",
"description": "2025 130' Riva Bellissima - TENACIOUS...",
"vesselType": "power",
"vesselClass": "power-motor",
"classes": [
"power-mega",
"power-pilot"
],
"fuelType": "diesel",
"boatName": "REDACTED",
"createdAt": "2025-10-23T13:02:21Z",
"modifiedAt": "2025-10-24T20:55:57Z",
"hullMaterial": "fiberglass",
"hin": "REDACTED",
"engineCount": 2,
"engineMake": "MTU",
"engineModel": "16V 2000 M96L",
"engineHours": 756,
"enginePowerHp": 2638,
"dealerPhone": "REDACTED",
"dealerWebsite": "REDACTED",
"dealerAddress": "REDACTED"
}
  • url, title, price, currency, and priceNumeric clarify the exact listing and its financials.
  • location, dealer, dealerPhone, dealerWebsite, and dealerAddress support outreach and local market analysis.
  • brand, make, model, modelRange, year, condition, and description describe the vessel and any notable features.
  • lengthMeters, vesselType, vesselClass, classes, fuelType, hullMaterial, and engine details summarize technical specifications.
  • createdAt and modifiedAt indicate listing recency, while id and hin aid deduplication or cross-referencing.

Notes & Limitations

  • Use the actor in accordance with YachtWorld’s terms of service and applicable data regulations.
  • Respect rate limits and avoid unnecessary reruns to ensure sustainable access for everyone.
  • Dataset freshness depends on the underlying website; rerun the actor periodically for the most current listings.

Support

Questions or custom needs? Open an issue on the Issues tab of the actor page in Apify Console and it will be resolved around the clock.

Happy Scraping, -Fatih