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.
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 ๐
Just updated the extensions recipe, let me know if you can see it after a quick refresh!
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?
In Apollo's API refference it comes under "search for accounts" request https://apolloio.github.io/apollo-api-docs/?shell#search-for-accounts
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!
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))
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.