< Go back to blog
Tutorials

February 12, 2025

How to Use Dumpling AI’s Search Google Places Endpoint in Make.com

The Search Google Places module in Dumpling AI offers a robust way to gather structured information about specific places. Whether you’re conducting local business research, generating leads, or exploring location-based insights, this module can help you retrieve details such as addresses, ratings, phone numbers, and more. In this guide, we’ll detail how to set up this module in Make.com using the HTTP Request module, including its inputs, outputs, and applications.

Understanding the API

Endpoint

  • URL: POST /api/v1/search-places

Headers

  • Content-Type: application/json
  • Authorization: Bearer <API_KEY>

Request Body Parameters

  1. query (Required): The search query string (e.g., “pizza restaurants”).
  2. country (Optional): Country code for location bias (e.g., “US” for the United States).
  3. location (Optional): Specific area for localized results (e.g., “Chicago, IL”).
  4. language (Optional): Language for the results (e.g., “en” for English).
  5. page (Optional): Specifies the page number for pagination.

Step 1: Add the HTTP Request Module

  1. Open your Make.com scenario.
  2. Drag and drop the HTTP Request module.

Step 2: Configure the HTTP Request Module

  1. Method: POST.
  2. URL: Enter the endpoint:
    https://app.dumplingai.com/api/v1/search-places.
  3. Headers:
    • Content-Type: application/json.
    • Authorization: Bearer <Your_API_Key>.
  4. Request Body:
    Use JSON format to specify the search criteria

Step 3: Run the Scenario

  1. Click Run Once to test the module.
  2. Verify the response, which includes:
    • places: A list of locations matching your query, with details like names, addresses, ratings, and phone numbers.

Outputs and Applications

Outputs

  • Places:
    • Name: The name of the location.
    • Address: The full address.
    • Latitude & Longitude: Coordinates for geolocation.
    • Rating: Average customer rating (if available).
    • Phone Number: Contact information for the business (if available).
    • Category: Business type or category.

Applications

  1. Business Research
    • Discover businesses in a specific industry or category within a given area.
    • Compare ratings and customer feedback for competitor analysis.
  2. Lead Generation
    • Gather contact information and addresses of local businesses for targeted marketing campaigns.
  3. Logistics and Planning
    • Use location data for supply chain optimization or event planning.
    • Identify nearby services or resources based on specific queries.
  4. Customer Insights
    • Analyze ratings and categories to understand market demand and trends.
  5. Travel and Tourism
    • Build custom travel guides by searching for attractions, restaurants, or hotels in specific locations.

Conclusion

The Search Google Places module in Dumpling AI is a versatile tool for retrieving detailed place data from Google Places. By integrating it into Make.com workflows, you can automate tasks like lead generation, business research, and logistics planning with ease. Start leveraging this powerful module today to simplify your location-based data needs!

Related Posts

How to Use Dumpling AI’s Get Google Reviews Endpoint in Make.com
Tutorials

How to Use Dumpling AI’s Get Google Reviews Endpoint in Make.com

February 19, 2025

How to Scrape Google Search Results in 2025

How to Scrape Google Search Results in 2025

February 19, 2025

10 Best Marketing Automation Examples That Will Skyrocket Results

10 Best Marketing Automation Examples That Will Skyrocket Results

February 17, 2025

How to Use Dumpling AI&#8217;s Search News Endpoint in Make.com
Tutorials

How to Use Dumpling AI’s Search News Endpoint in Make.com

February 15, 2025

How to Use Dumpling AI&#8217;s Search Google Maps Endpoint in Make.com
Tutorials

How to Use Dumpling AI’s Search Google Maps Endpoint in Make.com

February 9, 2025

How to Use Dumpling AI’s Screenshot URL  Endpoint in Make.com
Tutorials

How to Use Dumpling AI’s Screenshot URL  Endpoint in Make.com

February 6, 2025