How to Use Dumpling AI’s Search News Endpoint in Make.com
< Go back to blog
Tutorials

February 15, 2025

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

The Search News module in Dumpling AI provides a powerful way to search for the latest news articles on specific topics. With options to filter results by country, location, language, and date range, this module helps automate content discovery for research, trend tracking, and business intelligence. This guide walks you through setting up this feature in Make.com, covering its configuration, outputs, and practical applications.

Understanding the API

Endpoint

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

Headers

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

Request Body Parameters

  1. query (Required): The search keyword or phrase (e.g., “climate change”).
  2. country (Optional): Country code for localized news (e.g., “US”).
  3. location (Optional): Specify a region for focused results (e.g., “New York, NY”).
  4. language (Optional): Set the language for the news articles (e.g., “en”).
  5. dateRange (Optional): Filter results by time range (e.g., “pastDay”, “pastMonth”).
  6. page (Optional): Page number for paginated results.

Step-by-Step Guide to Set Up in Make.com

Step 1: Add the HTTP Request Module

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

Step 2: Configure the HTTP Request Module

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

Note: Customize the parameters like query and dateRange to fit your specific needs.

Step 3: Run the Scenario

  1. Click Run Once to test the setup.
  2. The response will include:
    • news: A list of articles with details like titles, links, publication dates, sources, and snippets.

Outputs and Applications

Outputs

  • Title: The headline of the news article.
  • Link: A direct link to the article.
  • Snippet: A short description or excerpt from the article.
  • Date: The publication date of the article.
  • Source: The news source or publisher.
  • Image URL: A thumbnail or related image link.

Applications

  1. Content Discovery
    • Automate the discovery of trending news topics for blogs, videos, or newsletters.
  2. Competitor Monitoring
    • Track media coverage of competitors or related industries in specific regions.
  3. Market Analysis
    • Analyze trends by scraping articles across different time periods and locations.
  4. Social Media Automation
    • Automatically share relevant news articles on social media platforms based on specific topics.
  5. Crisis Management
    • Stay updated on news about your brand, competitors, or industry for timely action.

Conclusion

Dumpling AI’s Search News module streamlines the process of gathering news articles, making it a valuable tool for marketers, researchers, and business leaders. By integrating this module into your Make.com workflows, you can stay informed, automate content curation, and gain actionable insights with ease. Start using it today to make your news monitoring smarter and more efficient!

Related Posts

7 Content Workflow Automation Hacks to Save Time

7 Content Workflow Automation Hacks to Save Time

June 24, 2025

Scrape Google Places via Dumpling AI and Auto-Save to Google Sheets

Scrape Google Places via Dumpling AI and Auto-Save to Google Sheets

June 23, 2025

Extract Product Info from Webpage Screenshots using Dumpling AI and GPT-4o

Extract Product Info from Webpage Screenshots using Dumpling AI and GPT-4o

June 20, 2025

Auto-Generate Social Media Captions from Google Autocomplete using Dumpling AI + GPT-4o

Auto-Generate Social Media Captions from Google Autocomplete using Dumpling AI + GPT-4o

June 17, 2025

15 Best Marketing Tools for Small Businesses to Succeed in 2025

15 Best Marketing Tools for Small Businesses to Succeed in 2025

June 14, 2025

How to Build an Automated YouTube Channel (5 Tools You need to Know)

How to Build an Automated YouTube Channel (5 Tools You need to Know)

June 12, 2025