What is Landed
Landed is an AI-driven data integration platform. It connects your business tools to your data warehouse, syncing data automatically on a schedule you control.
How It Works
- Connect a source -- Choose from 32+ pre-built connectors (Stripe, HubSpot, Salesforce, GitHub, and more) or build a custom connector with AI.
- Choose a destination -- Send your data to BigQuery, Snowflake, PostgreSQL, Redshift, or DuckDB.
- Select streams -- Pick which tables you want to sync (e.g., contacts, deals, invoices).
- Set a schedule -- Syncs run automatically every 15 minutes, hourly, daily, or on your custom schedule.
Landed handles schema detection, incremental syncing, error recovery, and schema evolution automatically.
Key Features
- 32+ connectors covering CRM, payments, marketing, project management, developer tools, and more
- 5 destinations including BigQuery, Snowflake, PostgreSQL, Redshift, and DuckDB
- Incremental sync for most streams -- only new and changed records are synced
- Schema evolution -- new fields are detected and added to your destination automatically
- Webhooks -- get notified when syncs complete, fail, or detect schema changes
- API access -- manage everything programmatically with the REST API
- Custom connectors -- use AI to generate connectors for any REST API
- Alerting -- configure notification policies for sync failures and anomalies
Architecture
Landed runs as a managed service at landed.dev. The platform consists of:
- API server -- REST API for managing connectors, destinations, and syncs
- Worker -- background job processor that runs data extraction and loading
- Scheduler -- cron evaluator that triggers syncs on schedule
- Dashboard -- web UI for configuration, monitoring, and debugging
Next Steps
- Quickstart -- Connect your first source and destination in 5 minutes
- Connectors -- Browse available connectors
- Destinations -- Set up a destination
- API Reference -- Integrate with the Landed API