Clay Icon

Troubleshooting Missing Leads After Importing from Apify to Clay

·
·

Hi, I imported 7.4K leads from Apify but only 6.6K showed in Clay, tried twice it's the same. How can I trouble shoot?

  • Avatar of Channeled
    Channeled
    APP
    ·
    ·

    When importing leads from Apify to Clay, it's possible that not all leads appear due to limitations in data retrieval. While this specific issue isn't directly related to Apify, a similar situation can occur with other data sources. Here's what might be happening: 1. Data source limitations: Some platforms limit the number of leads that can be retrieved, which could explain why not all 7.4K leads are showing up in Clay. 2. Duplicate handling: Clay may be filtering out duplicate leads, which could reduce the total number of imported leads. 3. Data processing: There might be issues during the data transfer or processing stage.To troubleshoot this issue, you could try splitting your Apify data into smaller batches and importing them separately. This approach might help bypass any potential limitations.Could you provide more details about the Apify actor you're using and the specific configuration you've set up for the import? This information would help us better understand and address the issue. Source: Apify integration overview | Documentation | Clay University

  • Avatar of Andi D.
    Andi D.
    ·
    ·

    how can I stop Clay from auto-dedup during import?

  • Avatar of Channeled
    Channeled
    APP
    ·
    ·

    To stop automatic deduplication in Clay, you can turn off the auto-dedupe feature by: 1. Clicking the Auto-dedupe icon at the bottom right of your table 2. Toggle off "Enable automatic deduplication" 3. Click Save Changes Source: Auto-update and Auto-dedupe Table

  • Avatar of Channeled
    Channeled
    APP
    ·
    ·

    Looks like you're still looking for help. We're escalating this over to our support team and someone should be in touch soon. In the meantime, feel free to include any other information that may be helpful in solving your issue!

  • Avatar of Andi D.
    Andi D.
    ·
    ·

    Thanks Stefano! That part I got it. But still need help trouble shooting Apify--Clay import. I tried to import 7.5K ish records and only 6.6K would show in Clay. My initial guess was that 900 were duplicates and got auto-removed. But tried again after turning off auto-dedup and it's the same thing. Any idea on how to work around it?

  • Avatar of Andi D.
    Andi D.
    ·
    ·

    Absolutely. Here's the link: https://app.clay.com/workspaces/449716/workbooks/wb_GAzMXGodBkzz/tables/t_ke2QM3g63DiM/views/gv_NYB8tMBe9Awk I've cleaned out duplicates after the initial import so there's only 5.4K left

  • Avatar of Andi D.
    Andi D.
    ·
    ·

    I've pulled leads from Apify twice so you will see 2 sources and a total of 13K ish initial leads being imported but 50% are same leads just imported twice

  • Avatar of Andi D.
    Andi D.
    ·
    ·

    I've deleted the Apify actor run but it had 7474 records upon completion. I think Clay only captured around 6.5K

  • Avatar of Stefano
    Stefano
    ·
    ·

    Hi, I’m currently reviewing the table. One alternative we could try is downloading a CSV file from Apify that contains all the relevant information and then uploading it to Clay. Would this approach work for you? I’m a bit confused as to why only 900 records are being downloaded, and since I don’t have visibility into the original Apify list, it’s difficult for me to provide a definitive solution at this stage — I can only speculate. Please let me know if the CSV method would be okay, and I’ll be happy to assist further.

  • Avatar of Andi D.
    Andi D.
    ·
    ·

    Tysm Stefano, so the issue with CSV is it contains wayyyy too many columns. Is there a way to upload it via Json? I tried to upload it to Airtable first and then have Clay pull from Airtable, but I'm also having difficulty with Airtable import right now LOL

  • Avatar of Stefano
    Stefano
    ·
    ·

    Hey, sorry for the delay! I’m still here, just working on figuring out the best course of action. I’ll get back to you soon with a response — I just want to make sure I’m providing the correct information. Thanks so much for your patience!

  • Avatar of Andi D.
    Andi D.
    ·
    ·

    No problem, Stefano! I still have the CSV (7474 records) downloaded from Apify. Lmk if it’s needed

  • Avatar of Stefano
    Stefano
    ·
    ·

    Hi, apologies for the question, but do you definitely need more than 72 columns from the CSV file? If not, I’d recommend removing any unnecessary columns before uploading it. I suggest keeping the Apify ID, as it will be helpful later for re-uploading the information to the correct place on Apify. For instance, I’ve noticed that there are a lot of company-related details that I don’t think you’ll need. However, I do recommend keeping the person’s full name, as well as the LinkedIn URLs for both the person and their company, since these can be useful for finding emails or additional information.

  • Avatar of Stefano
    Stefano
    ·
    ·

    I am sorry if this is a long-winded way, I am just very confused as to why 900 records would not be importing and all the other ones would, if it is not due to autodedupe.

  • Avatar of Andi D.
    Andi D.
    ·
    ·

    Not a problem, thanks a lot Stefano! For this upload I can do that no problem but hopefully you guys can find out what went wrong for future references!

  • Avatar of Stefano
    Stefano
    ·
    ·

    Hi! I’ve reached out to other members of the support team to help identify the cause of the issue. I’ll be sure to provide you with an update as soon as I have more information on why this has occurred. This should be a one-off situation, and I truly appreciate your patience and understanding! :)

  • Avatar of Channeled
    Channeled
    APP
    ·
    ·

    Hi Andi D.! This thread was recently closed by our Support team. If you have a moment, please share your feedback:

  • Avatar of Alexander F.
    Alexander F.
    ·
    ·

    Hi, do you have any experience with importing json files to Clay?

  • Avatar of Bo (.
    Bo (.
    ·
    ·

    Hey Andideg! Thanks for reaching out! Typically, you can only import CSV files. If the JSON is inside the CSV as a unique row, we can format this inside another table by using the "write to other table as individual rows" feature. For example, you can add your JSON data inside the Clay table, use a formula to turn this into an object [], add the "write to other table" action, click on the ⚙️ inside the list item, and use JSON.parse(/linkyourcolumncontainingjson). This will allow you to thread your JSON object as a list and send it to another table as individual columns. Let me know if you need further assistance or clarification! 🚀

  • Avatar of Alexander F.
    Alexander F.
    ·
    ·

    Thanks Bo, this makes sense!