examples/deep-research-apartment-finder/README.md
A command-line tool that uses Firecrawl's Deep Research API and Anthropic's Claude 3.7 to find and analyze apartment listings based on your preferences.
Clone this repository:
git clone <repository-url>
cd apartment-finder
Install dependencies:
pip install -r requirements.txt
Set up API keys:
.env.example to .envRun the script and follow the interactive prompts:
python apartment_finder.py
The script will prompt you for:
After searching and analyzing, the tool will display the top apartment options and offer to save the results to a JSON file.