Extracting contact names from articles produced by a data feed

I have a data feed that sends articles to my email. As part of this process, I want to extract contact names from these articles. I have run into lots of problems with HTTP and JSON modules. Always produces data errors. A template would be great but some guidance would be appreciated.

Welcome to the Make community!

When reaching out for assistance with extracting text, it would be super helpful if you could share the actual text you’re trying to match. Screenshots of text can be a bit tricky, so if you could copy and paste the text directly here, that would be awesome! It ensures we can run it against test patterns effectively. If there’s any sensitive info, feel free to change it to something fictional yet still valid by keeping the format intact.

Providing clear text examples saves time on both ends and helps us give you the best possible solution. Without proper examples, we might end up playing a guessing game, and nobody wants that as it is a waste of time! You are more likely to get a correct answer faster. So, help us help you by sharing those text snippets.

To allow others to assist you with your scenario, please provide the following:

1. Relevant Screenshots

Could you please share screenshots of your full scenario? Also include screenshots of any error messages, module settings (fields), relevant filter settings (conditions), and module output bundles. We need to see what you’re working with to give you the best advice.

You can upload images here using the Upload icon in the text editor:

We would appreciate it if you could upload screenshots here instead of linking to them outside of the forum. This allows us to zoom in on the image when clicked, and prevent tracking cookies from third-party websites.

2. Scenario Blueprint

Please export the scenario blueprint. Providing your scenario blueprint file will allow others to quickly recreate and see how you have set up the mappings in each module, and also allows us take screenshots or provide module exports of any solutions we have for you in return - this would greatly benefit you in implementing our suggestions as you can simply paste module exports back into your scenario editor!

To export your scenario blueprint, click the three dots at the bottom of the editor then choose ‘Export Blueprint’.

You can upload the file here by clicking on this button:

3. Output Bundles of Modules

Please provide the output bundles of each of the relevant modules by running the scenario (you can also get this without re-running your scenario from the History tab).

Click on the white speech bubbles on the top-right of each module and select “Download input/output bundles”.

A. Upload as a Text File

Save each bundle contents in a plain text editor (without formatting) as a bundle.txt file.

You can upload the file here by clicking on this button:

B. Insert as Formatted Code Block

If you are unable to upload files on this forum, alternatively you can paste the formatted bundles.
These are the two ways to format text so that it won’t be modified by the forum:

  • Method 1: Type code block manually

    Add three backticks ``` before and after the content/bundle, like this:

    ```
    content goes here
    ```

  • Method 2. Highlight and click the format button in the editor

Providing the input/output bundles will allow others to replicate what is going on in the scenario, especially if there are complex data structures (nested arrays and collections) or if external services are involved, and help you with mapping the raw property names from collections.

Sharing these details will make it easier for others to assist you.

blueprint.json (30.4 KB)

As some extra information, this is an amended scenario that works for the email part. The router was added to extract from the feed any possible contact details in the feed articles. The aim was to build this into an Excel file - name, company, job title.

Welcome to the Make community!

Yes, that is possible. You’ll need a minimum of three modules, if you use a single AI module to fetch the article content AND extract the required data.

To do this, you can try using the Dumpling AIExtract data from URL with AI” module —

Scrapes and extracts structured data from a webpage with multimodal AI

For more information about the Extract data from URL with AI module and Dumpling AI app, see the corresponding Integrations page and the Help Centre documentation.

Here is an example of how your scenario could look like:
Screenshot 2025-05-21 185159

This is just an example. Your final solution may or may not look like this depending on your requirements and actual data.

DumplingAI also does so much more, see also:

Examples of How to use Dumpling AI

For more information, see these Dumpling AI tutorials below, grouped by category:

YouTube & Videos

Image Generation

AI Agents & RAGs

Searching & Scraping

Other Data Extraction

Business & Social

Dumpling AI Tutorials

In short, Dumpling AI is able to replace several other paid services combined that cost more than itself, making it a noteworthy choice as the “multi-tool” of AI services.

How to Use

For more information on how to set this up, refer to these forum threads:

Hope this helps! Let me know if there are any further questions or issues. P.S.: investing some effort into the tutorials in the Make Academy will save you lots of time and frustration using Make!

@samliew

If only I had the time to do all this.
Struggling to get the Dumpling connection to work.

Click on the “Get Started” button on the home page.

Screenshot 2025-05-21 193940

After logging in or creating an account, click the “Create API key” on the top-right of the dashboard.

Screenshot 2025-05-21 194148

You can also find the API key link in the sidebar.

Screenshot 2025-05-21 194221

Click “+ Generate new secret API Key” button below the table.

Screenshot 2025-05-21 194553

After creating a key, copy it into this field in the API key field and save.

Screenshot 2025-05-21 194433

Hope this helps! Let me know if there are any further questions or issues. P.S.: investing some effort into the tutorials in the Make Academy will save you lots of time and frustration using Make!

@samliew

Connected to Dumpling and built the scenario but getting data error - Probably the first of many.

RuntimeError

Error: [400] “Failed to extract URL: SyntaxError: Unterminated string in JSON at position 6586” # Response Headers: {“date”:“Wed, 21 May 2025 11:44:14 GMT”,“content-type”:“application/json”,“transfer-encoding”:“chunked”,“connection”:“close”,“server”:“cloudflare”,“vary”:“RSC, Next-Router-State-Tree, Next-Router-Prefetch”,“x-railway-edge”:“railway/europe-west4”,“x-railway-request-id”:“tIYnbYj7RXuPDjIGg5js2Q”,“cf-cache-status”:“DYNAMIC”,“nel”:“{"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}”,“report-to”:“{"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=WXdcYIGbeP8UC7AdRoCJMG6QcevcmAb2d26UpshGrKsibWsRb%2BjUZ6TLo3i4sP7hcgCm0%2FYtOw3y2p%2Ffyxhbmfz7%2F0TAEfflTgSPZuEbmSs%3D\“}]}”,“cf-ray”:“9433d1953e6b96b3-DUB”,“alt-svc”:“h3=\”:443\”; ma=86400"}

Origin

Dumpling AI

How is your module set up now?

blueprint (1).json (21.9 KB)

To allow others to assist you with your scenario, please provide the following:

1. Relevant Screenshots

Could you please share relevant screenshots of your scenario? Also include screenshots of any error messages, module settings (fields), relevant filter settings (conditions), and module output bundles. We need to see what you’re working with to give you the best advice.

You can upload images here using the Upload icon in the text editor:

We would appreciate it if you could upload screenshots here instead of linking to them outside of the forum. This allows us to zoom in on the image when clicked, and prevent tracking cookies from third-party websites.


You can’t pass the Google RSS search URL into this module. If you’d follow my provided example above, I pass each individual result into this module as a variable.

Hope this helps! Let me know if there are any further questions or issues. P.S.: investing some effort into the tutorials in the Make Academy will save you lots of time and frustration using Make!

@samliew

Don’t understand. So use the Array Aggregator instead of Dumpling?

Please see the section above with the screenshot titled “Here is an example of how your scenario could look like” — I have literally provided an example…

This screenshot assumes a lot of extra knowledge that I might not have!

In that case, I would suggest completing the Make Academy before jumping into building a complete scenario. If you need specific assistance when you are building a scenario it’s easier to help you then.

Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —

Getting Started

Help Centre Basics

Articles & Videos

You can also use the Hire a Pro category to request for private 1-to-1 assistance via video call/screenshare/private messaging/etc. This may help you get your issue resolved faster especially if it is urgent or contain sensitive information. It is important to post your request in the Hire a Pro category, as forum members are not allowed to advertise their services in other categories like here (even if it’s free/unpaid). Posting in the Hire a Pro category will allow other members to assist you over other forms of communication.

Alternatively, you can use the private messaging feature to directly reach out to other forum members. To do this, go to your profile, and click on the “New Message” button:

Hope this helps! Let me know if there are any further questions or issues. P.S.: investing some effort into the tutorials in the Make Academy will save you lots of time and frustration using Make!

@samliew