Chat gpt is not picking up my scraped data

the system i have built is to create a unique ice breaker using scraped info from a companys website.

The whole flow is completing however i keep getting chat gpt saying it cannot find the data even though it has been provided.

Here is the screenshots of my system with exact setting showing the links. Also thank you so much to everyone for helping me so much already the posts keep getting taken down so i cant say thanks.

1 Like

Welcome to the Make community!

What is the output of module [3]?

We’d love to help, however, we require more information that demonstrates the problem to help us reproduce the scenario and any issues and errors.

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

2. Scenario Blueprint

Providing your scenario 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 benefit you in implementing our suggestions as you can view screenshots of the changes or paste corrected modules back into your scenario.

Need help❓View instructions ◀

A. Export Blueprint

In the scenario editor, click the three dots at the top-right, then select “Export blueprint”.

  • You can upload files and images to this forum by clicking on the upload button:

    Uploading an attachment here will look like this:
    blueprint.json (12.3 KB)

B. Create Public Share Link

In the scenario editor, click on the Share button:

Read more about the scenario sharing feature in the Help Centre.

3. Properly-formatted Output Bundles from a Scenario Run

Please provide the input/output bundles of each of the relevant modules by running the scenario, or get the bundles from a previous run from the Scenario “History” tab.

Providing the bundles from a scenario run will allow others to replicate what is going on, especially if there are complex data structures (nested arrays and collections) and external services. This helps mapping the correct raw variable names from collections (instead of the label/display name).

Need help❓View instructions ◀

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

A. Upload a Text File

Save each bundle contents in a plain text editor as a moduleNumber-output.txt file. Open the file to check if it has not added additional formatting or encoded the plain text.

  • You can upload files and images to this forum by clicking on the upload button:

    Uploading an attachment here will look like this:
    module1-input.txt (1.2 KB)
    module1-output.txt (3.4 KB)

B. Insert a Formatted Code Block

If you are unable to upload files on this forum, alternatively you can paste the bundles AND format them correctly.

:warning: Formatting IS Important! :warning:

Here are some ways to provide text content in a way that it won’t be modified by the forum.

  • Method 1: Type code fence manually —
    Manually type three backticks ``` in a separate line before and after the content, like this,

    ```
    text goes here
    ```
    
  • Method 2: Highlight the pasted content, then click the preformatted text/code button —

  • Method 3: Upload your file elsewhere and share the public link —
    This method is only advised for large files exceeding the forum upload limit.

Sharing these details will make it easier for others to assist you, so that you can get better answers, faster.

Hope this helps! If you are still having trouble, please provide more details.

— @samliew

Module 3 is the first two screenshots that i provided

This first screenshot is the provided scenario

here is the inputs and outputs let me know if i have done this right thank you!

Integration Google Sheets.blueprint.json (84.2 KB)

sorry what modules do you want the input and outputs for every single one of just specific ones?

tools-output-bundle.txt (38 Bytes)

Module 5 input.txt (6.1 KB)

Module 4 Output.txt (5.2 KB)

Module 4 input.txt (73.1 KB) (75.4 KB)

i can only upload 5 links at a time

Looks like you’re incorrectly mapping unparsed ScrapeNinja JSON response into the text parser module, instead of just the HTML of the target page.

You need to turn this on in the HTTP module:
Screenshot 2025-12-17 085143

— @samliew

Hello @Callum_Brooks_Woolle, be warned that your first screenshot is exposing an API key. Please rotate it, as it is compromised.

Thanks for the reply i have just tried this but i am still getting the same response.

Please provide updated output bundles of the HTTP module.

module 3 output.txt (71.2 KB)

here is the updated version

Now you can map data.body into the “HTML to Text” module.