AI Lead Qualifier avatar

AI Lead Qualifier

Under maintenance
Try for free

Pay $10.00 for 1,000 results

View all Actors
This Actor is under maintenance.

This Actor may be unreliable while under maintenance. Would you like to try a similar Actor instead?

See alternative Actors
AI Lead Qualifier

AI Lead Qualifier

quaking_pail/ai-lead-qualifier
Try for free

Pay $10.00 for 1,000 results

This actor will use a company URL and return : The Value Proposal of the company, the industry, the target market and target profile. It will help marketing team qualifying leads on the fly.

Readme for API Actor Overview This actor is designed to process a list of company domains and fetch detailed information such as the company's value proposition, industry, target audience, and market using an external API. The results are then saved to an Apify dataset for further analysis or use.

The actor interacts with a proprietary API from AlphaForH, making a POST request to the endpoint with the company domain to retrieve relevant business data. It formats and cleans the domain URLs, makes API calls, extracts valid JSON responses from the API, and stores the results.

Features Domain processing: Cleans up domains, removing unnecessary protocols like http:// or https://. External API interaction: Makes secure POST requests to a validation server. Data extraction: Parses JSON responses to extract key information such as value proposition, industry, target audience, and market. Error handling: Logs and handles errors for each domain, including API issues, HTTP errors, and JSON parsing errors. Apify integration: Saves extracted data to the Apify dataset for easy access and management. Setup Instructions Prerequisites Apify SDK: The actor uses Apify's Python SDK to push data to Apify's platform.

The actor expects an input JSON object containing a list of domains. If no domains are provided, it defaults to processing the domains: epsimo.com, epsimoai.com, and danone.com.

Example Input: json Copy code { "domains": [ "example.com", "testdomain.com" ] } Output The output is a JSON object for each domain processed, which includes the following fields:

company_domain: The domain that was processed. value_proposition: The company's value proposition. industry: The industry in which the company operates. target_audience: The target audience of the company. market: The market segment of the company.

Example Output: json Copy code { "company_domain": "example.com", "value_proposition": "High-quality consumer products", "industry": "Consumer Goods", "target_audience": "Millennials, Gen Z", "market": "Global" } Running the Actor Set up the environment: Ensure that you have the ALPHAFORB_API_TOKEN environment variable set with a valid API token.

Example in a terminal:

This actor provides a simple and effective way to collect business data from company domains by interacting with an external API. With its built-in error handling and easy integration with the Apify platform, it ensures smooth data retrieval and storage for further use.

For any issues or questions, feel free to reach out to the Apify support team!

Developer
Maintained by Community
Actor metrics
  • 6 monthly users
  • 1 star
  • 90.9% runs succeeded
  • Created in Sep 2024
  • Modified 18 days ago