Skip to main content

Workflow Recipes

This section contains common patterns and recipes that users have built on our platform. Each recipe includes real-world examples and best practices.

Categories

Common Patterns

1. SERP + Scraping Pattern

Search for a company, get their website, then scrape it for information.

2. LinkedIn Enrichment Pattern

Find LinkedIn profiles/companies, enrich with contact data.

3. AI Classification Pattern

Use AI to categorize, validate, or extract structured data from unstructured content.

4. Multi-Source Fallback Pattern

Try multiple data sources in sequence until you find what you need.

5. Deduplication Pattern

Check if data already exists before creating new records.

Getting Started

Each recipe page includes:
  • Use Case: What problem it solves
  • Code Example: Working code you can copy
  • Explanation: How it works step-by-step
  • Variations: Different ways to adapt the pattern
  • Best Practices: Tips for optimal results