Construction & Business
This page defines a repeatable workflow for pulling a company profile from public web data with high-signal prompt engineering. It is designed for Lupo's platform build and supports targets like completetrailersco.com.
Drag and drop a website URL into the box below, or paste a URL and press Enter.
This calls /api/advertising-intelligence and returns profile JSON that you can publish or download.
company_profile_extractor.pyprofile_prompt_template.txtpython3 -m pip install requests beautifulsoup4 export LLM_API_KEY="your_key_here" export LLM_MODEL="gpt-4.1-mini" python3 company_profile_extractor.py "https://www.completetrailersco.com/" --output complete-trailers-profile.json
The script crawls key public pages on the same domain (home, about, services, products, contact), then prompts the model to return strict JSON with evidence and confidence notes.
OPENAI_API_KEY)https://api.openai.com/v1gpt-4.1-mini