Winecompanion: Get All Wineries With Details
Winecompanion via Parse · food_dining
Retrieve wineries with full contact details in batches. Iterates through the winery listing and fetches each profile page for detailed contact information (phone, email, address, website, winemaker). Use limit and offset for batch processing. Each winery detail page is fetched individually with a configurable delay between requests. Access Australian winery data from winecompanion.com.au, including contact details, regions, and ratings. Supports paginated listing, filtering by state/region/facilities, individual winery profile lookups, and bulk retrieval with full contact information. Fulfilled by Parse from winecompanion.com.au.
- b2b-directory
- food-dining
- parse
- platform-key
- reviews-ratings
- travel
- winecompanion
- winecompanion-com-au
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- food_dining
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/dc25aad6-8545-43c2-860a-9de838e2c7eb/get_all_wineries_with_details
- Interface artifact
- sha256:47a920c12d1a590f3c1ffef98bacbc3b63be28409a477c37217530856e8216ca
- Manifest digest
- sha256:f2a7eff85ce19ce8443ebb8746d054800b89e4dd21add9decd7e4e3911b8ee25
Request fields
- delay (number): Delay in seconds between detail page requests
- limit (integer): Number of wineries to process in this batch
- state (string): Filter by Australian state in lowercase (e.g. 'victoria'): Allowed values: victoria, south australia, western australia, new south wales, queensland, tasmania
- offset (integer): Starting position in the full list (0-indexed)
- region (string): Filter by wine region in lowercase (e.g. 'barossa valley')
Example queries
- {"delay":"0.3","limit":"2","state":"victoria","offset":"0","region":"yarra valley"}