# Filtracuriosos.com — Full Reference > Filtracuriosos is a SaaS platform for real estate professionals that creates interactive lead-qualification quizzes, automatically filters unqualified prospects, and routes qualified leads to WhatsApp with full contact data and AI scoring. ## Company Information - **Name**: Filtracuriosos - **Website**: https://filtracuriosos.com - **Industry**: Real Estate Technology (PropTech) - **Target Audience**: Real estate agents, brokers, developers, and agencies in Latin America - **Languages**: Spanish (primary) - **Founded**: 2025 ## Complete Feature List ### Quiz Builder - No-code interactive quiz creation - 12+ real estate purpose templates: selling, renting, buyer capture, tenant capture, investor capture, warehouse/land, bank foreclosures, flipping, pre-sales, commercial spaces - AI-powered question generation - Question library with optimized templates - Custom disqualification rules per question/option - Custom disqualification messages and redirect URLs - Short URL codes for sharing (e.g., /q?c=abc12) - Page load tracking HTML injection - Completion tracking HTML injection ### Lead Management - Automatic lead capture with name, phone, quiz responses - Lead qualification status: qualified / disqualified - CRM pipeline stages: new → contacted → follow_up → won → lost - Lead assignment to team members - Internal notes and interaction history (calls, WhatsApp, email, meetings) - Appointment scheduling with date/time capture - UTM parameter tracking (source, medium, campaign, term, content) ### AI Features - AI Close Score: 0-100 probability-to-close scoring - AI Tier classification (alto / medio / bajo) - AI-generated lead summary - AI-recommended next actions - Key factor analysis - Behavioral analysis (time on page, interactions) ### Analytics - Real-time dashboard with KPIs - Conversion rate tracking - Leads by day/week/month charts - Response pattern analysis - Traffic source distribution - Quiz-level performance comparison - Funnel visualization ### Integrations - **WhatsApp**: Direct routing with pre-filled messages - **Facebook Pixel**: PageView, Lead, CompleteRegistration events - **Facebook CAPI**: Server-side conversion tracking - **Facebook Custom Audiences**: Automatic audience sync for retargeting - **Google Calendar**: OAuth-based scheduling with availability check - **Webhooks**: Send lead data to any CRM (HubSpot, Pipedrive, Kommo, etc.) - **Chatlevel.io**: Automated WhatsApp message sending - **Opero.so**: Alternative WhatsApp automation provider ### Automation - Automated initial WhatsApp messages on lead creation - Follow-up message sequences with configurable delays - Automation flows with multiple steps (send WhatsApp, send email, create reminder, update status, delay) - Trigger conditions: lead created, lead updated, appointment booked - Segmentation by AI tier, quiz ID, CRM status - Stop-on-response capability - Flow execution tracking and logging ### Video Presentation - Embeddable video presentation step in quiz flow - YouTube Shorts / video URL support - Custom title, subtitle, and button text ### Appointment Scheduling - Built-in scheduling step in quiz flow - Configurable available days and time slots - Adjustable scheduling window (days ahead) - Property visit or advisor meeting types ## Pricing Plans | Plan | Price | Filtracuriosos | Leads/month | Key Features | |---|---|---|---|---| | Gratis | $0/mo | 1 | 5 | WhatsApp, CRM Kanban, Basic Analytics | | Pro | $19/mo | 5 | 30 | + Calendar, Scheduling, Video, Facebook Pixel | | Business | $49/mo | 50 | 100 | + Webhooks/CRM, Automations | | Premium | $99/mo | Unlimited | Unlimited | + Unlimited automations | ## Frequently Asked Questions **Q: What is a filtracurioso?** A: A filtracurioso is an interactive quiz-style form that qualifies your prospects before connecting them to you via WhatsApp. It filters out unqualified leads ("curiosos") and connects you only with real potential clients. **Q: Do I need technical knowledge?** A: No. The platform is 100% visual and intuitive. You can create your first filtracurioso in less than 5 minutes without writing a single line of code. **Q: Does it work with Facebook Ads?** A: Yes. You can integrate your Facebook Pixel and conversion events to optimize your campaigns. Webhooks are also supported for connecting to any CRM. **Q: How does Google Calendar integration work?** A: Each user connects their own Google Calendar securely via OAuth. When a prospect books an appointment, the system checks your real availability and only shows free time slots. The appointment is automatically created in your calendar with all lead data. **Q: Can I customize the questions?** A: Absolutely. You can create custom questions, use the AI generator, or choose from the optimized question library for real estate. **Q: How do leads arrive to my WhatsApp?** A: When a prospect completes the quiz and is qualified, they are automatically redirected to your WhatsApp with a pre-filled message that includes all their responses and contact data. **Q: Can I see statistics for my filtracuriosos?** A: Yes. You have access to complete analytics: visits, conversion rate, leads per day, response analysis, and more — all in real-time from your dashboard. ## API Reference Filtracuriosos uses a webhook-based integration model. When webhooks are enabled on a quiz, each new lead triggers an HTTP POST to the configured URL. ### Webhook Payload ```json { "event": "lead_created", "quiz_id": "string", "quiz_title": "string", "lead": { "id": "string", "name": "string", "phone": "string", "status": "qualified | disqualified", "responses": [ { "question": "string", "answer": "string" } ], "ai_close_score": 85, "ai_tier": "alto", "appointment_date": "2025-01-15", "appointment_time": "10:00", "utm_source": "facebook", "utm_medium": "cpc", "utm_campaign": "spring_sale", "created_date": "2025-01-14T10:30:00Z" } } ``` ### Supported CRM Targets - HubSpot - Pipedrive - Kommo - Zapier - Make (Integromat) - Any webhook-compatible CRM ## Discovery Endpoints - Website: https://filtracuriosos.com - LLM Summary: https://filtracuriosos.com/llms.txt - LLM Full Reference: https://filtracuriosos.com/llms-full.txt - AI Plugin Manifest: https://filtracuriosos.com/.well-known/ai-plugin.json - Agent Manifest: https://filtracuriosos.com/.well-known/agent.json - Sitemap: https://filtracuriosos.com/sitemap.xml