Clay Icon

Hi, Arturo O. could you please add a similar addition to scraping reci...

Hi, Arturo O. could you please add a similar addition to scraping recipe for Clutch for search page similar to one you made for the Clutch company page? I need to filter out some of the companies we already contacted without scraping every single company page in the list, and their website could help identify them in Apollo.

  • Avatar of Clay Team
    Clay Team
    APP
    Β·

    Hey hey! Can you drop the URL for your table here? (if applicable) 🫢 Don't worry, only admins will be able to open your table πŸ˜‰

  • Avatar of Clay Team
    Clay Team
    APP
    Β·

    Hey Vova B., thanks for reaching out! Will check it out and add it

  • Avatar of Vova B.

    Hey, Arturo O., thanks

  • Avatar of Clay Team
    Clay Team
    APP
    Β·

    Just updated the extensions recipe, let me know if you can see it after a quick refresh!

  • Avatar of Vova B.

    Thanks, it works Arturo O.! I also have another small request suposedly to your dev team. Apollo enrich company integration is not getting several Account fields I need. Those would help to detect if the company was already enroled in sequences. (previously, I've done it by manually uploading the CSV file back and forth from apollo to clay and to detect those companies. These fields are present in their API documentation and available to pull via Make.com. Would it be possible to add them?

  • Avatar of Vova B.

    In Apollo's API refference it comes under "search for accounts" request https://apolloio.github.io/apollo-api-docs/?shell#search-for-accounts

  • Avatar of Clay Team
    Clay Team
    APP
    Β·

    Got it! thanks for the request, Vova B.. Tagging Colin P. for visibility

  • Avatar of Vova B.

    Arturo O. Thanks! Colin P. Hi and nice to meet you! Could you please let me know, if there is a chance it would be ready somewhere early next week?

  • Avatar of Clay Team
    Clay Team
    APP
    Β·

    Also, cc Keethu R. in case you'd like to take a look at this when available.

  • Avatar of Keethu R.

    I'll bring up adding this as an integration to the team, but in the meantime, you can actually do this within Clay! Since you get the account stage ID from our find account by ID integration, you can then use that to hit the endpoint you linked me to via our HTTP API integration!

  • Avatar of Vova B.

    Hi Keethu R., thanks for investigating. The issue with a separate request is that Apollo provides 400 API calls per hour in our Professional Plan. Having to run an Enrich Company and another HTTP API call for each to verify if it's present in the sequences would actually double the time needed to encrich the companies. And with the 15k list of companies I need to Enrich it would actually take few days of just restating the integration. So adding these fields to the Enrich Company would be ideal timewise (I assume Enrich Company is using the same endpoint to get the Account data (please correct me if I'm wrong))

  • Avatar of Vova B.

    Keethu R. By the way, I checked, and "Get Account by ID" pulls that data. But it's not present in the limited Account fields that Enrich Company returns. And that would save lot's of time as it would save API requests, if I get it properly.

  • Avatar of Keethu R.

    We use this endpoint for enrich company: https://apolloio.github.io/apollo-api-docs/?shell#organization-enrichment so it's not included. I see that the organization search endpoint (https://apolloio.github.io/apollo-api-docs/?shell#organization-search) does have that data but it doesn't have other data points.

  • Avatar of Vova B.

    In this case it's seems inevitable to run both enrichments. Thanks, Keethu R.