PiNCAMP Campsite Reviews & Ratings Scraper
Pricing
from $4.00 / 1,000 campsite scrapeds
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
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:
| Field | Detail |
|---|---|
| Profile | name, id, type, description, full postal address, latitude/longitude |
| Aggregate rating | native 1–10 score and a 0–5 normalisation for cross-source comparison |
| Category ratings | up to 10 sub-scores: sanitary, pitch, maintenance, price/performance, shopping, catering, staff, wifi, mobile network, noise |
| Reviews | rating, headline, full text, author, language, date |
| Metadata | badges, 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
| Field | Meaning |
|---|---|
venueUrls | Specific campsite pages to scrape |
discoverAll | Ignore the list and sweep the entire catalogue from the sitemap |
maxVenues | Bound the run (default 100) |
includeReviews | Off = profiles + aggregate ratings only, at lower cost |
outputMode | venue (nested), review (flat rows), or both |
locale | de, 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:
| Event | When |
|---|---|
actor-start | Once per run, per GB of memory (covers platform compute) |
venue-scraped | Per campsite profile returned |
review-scraped | Per 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.