PiNCAMP Campsite Reviews & Ratings Scraper avatar

PiNCAMP Campsite Reviews & Ratings Scraper

Pricing

from $4.00 / 1,000 campsite scrapeds

Go to Apify Store
PiNCAMP Campsite Reviews & Ratings Scraper

PiNCAMP Campsite Reviews & Ratings Scraper

Extract campsite reviews, 10-dimension category ratings, amenities and geodata from PiNCAMP (pincamp.de), the ADAC campsite portal. 14,700+ European campsites.

Pricing

from $4.00 / 1,000 campsite scrapeds

Rating

0.0

(0)

Developer

GTForge Data

GTForge Data

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Extract campsite reviews, ratings and profiles from PiNCAMP — the ADAC campsite portal covering 14,700+ European campsites across Germany, France, Italy, Denmark, Croatia, the Netherlands and more.

Built for campsite operators, tourism boards, booking platforms and hospitality analysts who need structured reputation data instead of a browser tab.

What you get

Per campsite:

FieldDetail
Profilename, id, type, description, full postal address, latitude/longitude
Aggregate ratingnative 1–10 score and a 0–5 normalisation for cross-source comparison
Category ratingsup to 10 sub-scores: sanitary, pitch, maintenance, price/performance, shopping, catering, staff, wifi, mobile network, noise
Reviewsrating, headline, full text, author, language, date
Metadatabadges, awards, classifications, top attributes, bookability

Reviews carry both a resolved ISO date and the exact text the site printed ("vor 3 Jahren"), so nothing is lost to interpretation.

Use cases

  • Reputation monitoring — track a campsite's score and new reviews over time
  • Competitive benchmarking — compare category sub-scores across a region
  • Market research — amenity and pricing coverage across 14,700 sites
  • Lead lists — campsite contact and location data by country or region
  • Text analytics — clean structured review text for sentiment and topic analysis

Input

FieldMeaning
venueUrlsSpecific campsite pages to scrape
discoverAllIgnore the list and sweep the entire catalogue from the sitemap
maxVenuesBound the run (default 100)
includeReviewsOff = profiles + aggregate ratings only, at lower cost
outputModevenue (nested), review (flat rows), or both
localede, fr or it
{
"venueUrls": ["https://www.pincamp.de/campingplaetze/camping-village-heliopolis"],
"includeReviews": true,
"outputMode": "venue"
}

Output

{
"source": "pincamp",
"venueId": "camping-village-heliopolis",
"name": "Camping Village Heliopolis",
"url": "https://www.pincamp.de/campingplaetze/camping-village-heliopolis",
"address": { "city": "Comacchio", "country": "Italien", "countryCode": "IT", "postalCode": "44022" },
"geo": { "lat": 44.6912, "lon": 12.2331 },
"aggregate": {
"rating": { "native": 8.6, "nativeScale": 10, "normalised": 4.3 },
"count": 133,
"categories": { "sanitary": 8.1, "pitch": 8.4, "staff": 8.9, "wifi": 6.2, "noise": 7.5 }
},
"reviews": [
{
"reviewId": "85306f7e-1eef-4d08-810c-4b3e89e0295d",
"rating": { "native": 8, "nativeScale": 10, "normalised": 4 },
"title": "tolle Lage und viel zu bieten",
"text": "hier wird wirklich viel geboten. 3 Spielplätze, Schwimmbad...",
"language": "de",
"author": { "name": "Jan" },
"publishedAt": "2023-08-06T00:00:00.000Z",
"publishedAtRaw": "vor 3 Jahren"
}
],
"reviewsTruncated": true,
"totalReviewCount": 133
}

Pricing

Pay per event — you pay for what you extract, with no monthly rental:

EventWhen
actor-startOnce per run, per GB of memory (covers platform compute)
venue-scrapedPer campsite profile returned
review-scrapedPer individual review returned

Turning includeReviews off charges only venue-scraped.

An honest note on review coverage

PiNCAMP's robots.txt disallows its internal /api/ endpoints, which is where review pagination lives. This actor does not use disallowed endpoints. It reads the server-rendered campsite page, which carries the aggregate rating, all category sub-scores, and the most recent reviews (typically 8).

Where a campsite has more reviews than were served on that page, the output sets reviewsTruncated: true and totalReviewCount to the real total, so you always know what you have. For reputation monitoring — where recent reviews are the signal — this is the whole job. If you need complete historical archives, this actor is not that tool and says so rather than quietly returning a partial set.

Support

Open an issue on the actor page. Bug reports with the campsite URL attached get fixed fastest.