Async-Friendly Company Directory avatar
Async-Friendly Company Directory

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Async-Friendly Company Directory

Async-Friendly Company Directory

Async Company Directory features 200+ verified companies scored on meeting practices, remote policies & work-life balance. Includes detailed culture profiles w/policies, tools & Glassdoor ratings. Perfect for job seekers escaping meeting-heavy workplaces, career coaches & HR benchmarking competitors

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

John Rippy

John Rippy

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

"Find Meeting-Light, Async-First Companies" by John Rippy | johnrippy.link

🏆 2025 Zapier Automation Hero of the YearProject Phoenix: A 95-step AI sales pipeline cutting development time by 50%. Read more →


Discover companies with meeting-light, async-first cultures. Perfect for job seekers who value focused work time and hate "death by meetings."

What This Actor Does

This actor maintains a curated directory of companies known for healthy meeting cultures. Search by:

  • Industry: Tech, Fintech, Healthcare, E-commerce, etc.
  • Size: Startup to Enterprise
  • Remote Policy: Fully remote, remote-first, hybrid
  • Location: Global, USA, Europe, Asia, etc.
  • Async Score: Filter by meeting culture score

Perfect For

  • Job Seekers: Find employers that respect your time
  • Remote Workers: Discover truly async-first companies
  • HR/Recruiters: Benchmark against async-friendly competitors
  • Career Coaches: Recommend companies to clients
  • Journalists: Research workplace trends

Our directory includes verified async-friendly companies like:

  • Basecamp - Pioneered the "meetings are expensive" philosophy
  • GitLab - 2000+ employees, fully remote, async-first handbook
  • Automattic - WordPress.com, distributed workforce
  • Buffer - Transparent async culture
  • Doist - Makers of Todoist, async communication advocates
  • Zapier - Remote-first since 2011
  • Notion - Docs-first culture
  • Linear - Minimal meetings, focus on deep work
  • Stripe - Written communication culture
  • And many more...

Input Examples

Browse All Async Companies

{
"minAsyncScore": 70
}

Remote Tech Startups

{
"industry": "technology",
"companySize": "startup",
"remotePolicy": "fully_remote",
"minAsyncScore": 80
}

Enterprise Companies in Europe

{
"companySize": "enterprise",
"location": "europe",
"minAsyncScore": 60
}

Search for Specific Companies

{
"searchQuery": "GitLab"
}

Output

Company Entry

{
"company": {
"name": "GitLab",
"domain": "gitlab.com",
"description": "DevOps platform delivered as a single application",
"logo": "https://gitlab.com/logo.png"
},
"asyncScore": 92,
"asyncGrade": "A+",
"industry": "technology",
"size": {
"category": "large",
"employees": "2000+"
},
"remotePolicy": {
"type": "fully_remote",
"description": "All-remote company since founding"
},
"location": {
"headquarters": "San Francisco, CA (virtual)",
"region": "global"
},
"asyncCulture": {
"highlights": [
"No recurring meetings required",
"Comprehensive async handbook",
"Written communication first",
"Meeting-free focus days",
"All meetings optional"
],
"policies": [
"Bias towards async communication",
"Record all meetings for async viewing",
"15-minute default meeting length",
"No 'quick syncs' - use GitLab issues"
],
"tools": ["GitLab Issues", "Slack (async)", "Loom", "Google Docs"]
},
"workLifeBalance": {
"rating": 4.5,
"flexibleHours": true,
"unlimitedPTO": true
},
"sources": {
"glassdoor": "https://glassdoor.com/gitlab",
"handbook": "https://handbook.gitlab.com",
"careers": "https://about.gitlab.com/jobs"
},
"lastVerified": "2024-03-15",
"addedDate": "2023-01-01"
}

Directory Summary

{
"totalCompanies": 247,
"filteredResults": 45,
"averageAsyncScore": 78,
"topIndustries": [
{ "industry": "technology", "count": 156 },
{ "industry": "fintech", "count": 34 },
{ "industry": "ecommerce", "count": 28 }
],
"companies": [...]
}

Async Score Methodology

Companies are scored (0-100) based on:

FactorWeightWhat We Look For
Meeting Policies30%Documented meeting-light policies
Communication Tools20%Use of async tools (Loom, docs, etc.)
Remote Flexibility20%Remote/async-first infrastructure
Employee Reviews20%Glassdoor/LinkedIn sentiment
Public Commitment10%Blog posts, handbook, public statements

Score Interpretation

ScoreGradeMeaning
90-100A+Industry-leading async culture
80-89AExcellent async practices
70-79BGood async culture
60-69CSome async elements
Below 60-Not included in directory

Use Cases

1. Job Search Integration

// Find remote tech companies with great async culture
const companies = await apifyClient.actor("localhowl/async-company-directory").call({
industry: "technology",
remotePolicy: "fully_remote",
minAsyncScore: 80,
limit: 20
});
for (const company of companies) {
console.log(`${company.name}: ${company.asyncScore}/100`);
console.log(` Careers: ${company.sources.careers}`);
}

2. Competitive Benchmarking

// Compare your company to async leaders
const leaders = await apifyClient.actor("localhowl/async-company-directory").call({
industry: "fintech",
sortBy: "async_score",
limit: 10
});
console.log("Top async-friendly fintech companies:");
leaders.forEach((c, i) => {
console.log(`${i + 1}. ${c.name} (${c.asyncScore}/100)`);
});

3. Content Creation

// Get data for "Top Async Companies" blog post
const topCompanies = await apifyClient.actor("localhowl/async-company-directory").call({
sortBy: "async_score",
limit: 25,
includeDetails: true
});
// Generate blog content with company details

Data Sources

We compile data from:

  • Company handbooks and public documentation
  • Glassdoor and LinkedIn reviews
  • Blog posts and press releases
  • Job listings analysis
  • Employee testimonials
  • Direct company verification

Nominate a Company

Know a company with great async culture? Submit it for review:

Support


Author

Built by John Rippy | johnrippy.link

🏆 2025 Zapier Automation Hero of the YearProject Phoenix: A 95-step AI sales pipeline cutting development time by 50%. Read more →

Part of the Meeting Cost Tracker productivity suite by LocalHowl