Clay Icon

Benefits of Using JSON in Clay for New Users

·
·

Hi, I’m new to Clay, and I noticed that a lot of people use JSON. Why is that? Does JSON offer any specific benefits that could help me?

  • Avatar of sneha
    sneha
    ·
    ·

    I think clay is a little overpriced that might be the reason. And JSON is more customizable as well so yea I personally use apollo tho. It has vast amount of data as well. And it's cheaper and beneficial for verified leads when I just pair it with scraper such as searchleads.co.

  • Avatar of Vas M.
    Vas M.
    ·
    ·

    im asking more about usecases of json,

  • Avatar of sneha
    sneha
    ·
    ·

    Oh okay, like it's used generally for importing and exporting data in different services or systems. Also storing data locally. And many more features that's why it is popular cuz it's more versatile and simple.

  • Avatar of Nathan L.
    Nathan L.
    ·
    ·

    Vas M. one JSON use case:

    • Prompt AI 1x and get back multiple responses that are easy to separate out into separate columns… so you get multiple responses for the price of one

  • Avatar of Vas M.
    Vas M.
    ·
    ·

    is there any example of that I can look into, still cant understand how it look a like

  • Avatar of Nathan L.
    Nathan L.
    ·
    ·

    So if AI returns the following: "Person 1's name is John Doe and Person 2's name is Jane Doe" it's hard to parse out the 2 separate values

  • Avatar of Nathan L.
    Nathan L.
    ·
    ·

    But JSON would look like: { person_1: "John Doe", person_2: "Jane Doe" }

  • Avatar of Nathan L.
    Nathan L.
    ·
    ·

    and you can use a formula to easily extra person 1 and person 2

  • Avatar of Nathan L.
    Nathan L.
    ·
    ·

    sorry, i think that's probably still not clear without showing it in a table

  • Avatar of Vas M.
    Vas M.
    ·
    ·

    john and jane are in separate rows

  • Avatar of Vas M.
    Vas M.
    ·
    ·

    and you run ai in 1st row for 2 rows?

  • Avatar of Nathan L.
    Nathan L.
    ·
    ·

    One AI prompt will return a JSON with multiple values... e.g. the prompt might be: "Please return 2 names in JSON in this format: { "person_1": "<name1 goes here>", "person_2": "<name2 goes here>", } "