TechBehemoths IT Company Directory Scraper avatar

TechBehemoths IT Company Directory Scraper

Pricing

from $2.40 / 1,000 record scrapeds

Go to Apify Store
TechBehemoths IT Company Directory Scraper

TechBehemoths IT Company Directory Scraper

Extract IT company profiles from TechBehemoths' global directory: firmographics (founding year, team size, hourly rate band), contact details (phone, website), and revenue signals (projects per year, average project price) across 38 countries with deep nearshore and offshore coverage.

Pricing

from $2.40 / 1,000 record scrapeds

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

IT Company Directory Scraper — TechBehemoths

Scrape the TechBehemoths IT company directory — 43,000+ software development, design, marketing and business-services firms across 38 countries, with deep coverage of Eastern European, South Asian and LATAM outsourcing suppliers most agency directories don't reach. Returns firmographics, a direct phone number, and revenue signals (projects delivered per year, average project price) pulled from each company's profile.


TechBehemoths Company Database Features

  • Covers all 38 countries TechBehemoths lists — Ukraine, Poland, Romania, Belarus, Bangladesh, Pakistan, Colombia, and more alongside the US, UK, Germany, and Canada. Pick one or more countries, or leave the field empty to crawl every company on the platform.
  • Pulls firmographics that never appear on the listing card: founding year, team size band, hourly rate band (with parsed min/max USD), and a direct phone number.
  • Extracts revenue signals from each company's FAQ block where published — average project price and projects delivered per year, which together sketch a private services firm's approximate annual revenue.
  • Resolves branch vs. headquarters: head_office_country tells you when a listed office is a local branch rather than the company's home base.
  • Returns the full service and industry-focus breakdown per company, plus awards, a platform percentile rank, and TechBehemoths' own profile-strength rating.
  • De-UTMs every outbound website link so you get the company's clean canonical domain.

Who Uses TechBehemoths Company Data?

  • Procurement and vendor-sourcing teams — shortlist a nearshore or offshore development partner by country, team size, and hourly rate band before the first call.
  • M&A and PE associates — projects-per-year × average project price is a rough revenue estimate on a private IT-services firm, useful for sourcing roll-up targets in a fragmented market.
  • Sales and BD teams — build a prospect list of IT companies segmented by country, service line, and team size, with a direct phone number on every qualifying record.
  • Market researchers — measure service and industry concentration across a live global directory of IT vendors.

How TechBehemoths IT Company Directory Scraper Works

  1. Pick one or more countries (or leave the field empty to cover all 38).
  2. The scraper walks each country's full company listing, page by page, until it runs out of pages or hits your maxItems cap.
  3. Every company discovered on a listing page is fetched again at its own profile page — the listing card only carries a handful of fields; firmographics, contact details, and revenue signals live on the profile.
  4. Results land in your dataset as structured JSON — ready to export or pipe into whatever comes next.

Input

{
"countries": ["germany", "poland", "ukraine"],
"maxItems": 100
}
FieldTypeDefaultDescription
countriesarray(all countries)TechBehemoths country facets to crawl (e.g. germany, poland, ukraine). Leave empty to crawl all 38 countries — the full corpus.
maxItemsinteger10Maximum number of company records to return.

To crawl a single country:

{
"countries": ["poland"],
"maxItems": 500
}

Resuming a large crawl

Every run emits a resumeCursor in its Output. If a large crawl stops before it finishes — because it hit maxItems, your spend cap (maxTotalChargeUsd), or was aborted — start a new run with the same input plus that resumeCursor to continue from where it left off. The crawl resumes from the queued work the previous run didn't reach.

  • You are not re-charged for records the earlier run already delivered.
  • Resume within your account's run-retention window — on the free tier, roughly your 10 most recent runs. Once the source run is pruned, its resumeCursor is no longer valid.
  • resumeCursor is opaque — supply it unmodified.

TechBehemoths Company Database Output Fields

{
"company_name": "Mobiteam GmbH",
"profile_url": "https://techbehemoths.com/company/mobiteam-gmbh",
"website": "https://mobiteam.de/en/",
"tagline": "Custom Web Design and Development",
"description": "Mobiteam does custom Web Design and Development...",
"is_verified": true,
"founding_year": 2014,
"team_size_band": "10-49",
"hourly_rate_band": "$70-150/h",
"hourly_rate_min_usd": 70,
"hourly_rate_max_usd": 150,
"avg_project_price_usd": 4000,
"projects_per_year": 33,
"founder_name": "Marcel Sobieski",
"phone": "+4917636302768",
"city": "Berlin",
"country": "Germany",
"head_office_country": "Germany",
"offices": ["Berlin", "London", "Chișinău"],
"services": ["Web Design", "Web Development", "E-Commerce Development"],
"industries": ["Business services", "eCommerce", "Non-profit"],
"awards": [{ "title": "Company of the Month", "country": "Germany", "period": "August 2022" }],
"awards_count": 6,
"award_years": [2025, 2024, 2023],
"profile_strength": "Excellent",
"platform_percentile": "top -15%",
"listing_facet": "germany",
"listing_facet_type": "country",
"listing_page": 1,
"listing_position": 1,
"source": "techbehemoths.com",
"scraped_at": "2026-08-22T00:00:00.000Z"
}
FieldTypeDescription
company_namestringCompany name.
profile_urlstringCanonical TechBehemoths company profile URL.
websitestringCompany's own website, with tracking parameters stripped.
taglinestringShort listing-card summary.
descriptionstringFull company description from the profile page.
is_verifiedbooleanTechBehemoths' "Verified Company" badge.
founding_yearintegerYear the company was founded, where published.
team_size_bandstringReported team-size range (e.g. 10-49).
hourly_rate_bandstringReported hourly-rate range (e.g. $70-150/h).
hourly_rate_min_usd / hourly_rate_max_usdintegerParsed numeric bounds of the rate band.
avg_project_price_usdintegerAverage starting project price, where published in the company's FAQ.
projects_per_yearintegerAverage projects delivered per year, where published.
founder_namestringFounder's name, where published.
phonestringDirect contact phone number, where published.
city / countrystringCompany's own listed location.
head_office_countrystringHead-office country when it differs from the listed location (branch office).
officesarrayEvery office city named on the profile.
servicesarrayFull service-line breakdown.
industriesarrayIndustries the company serves.
awardsarrayStructured awards: { title, country, period }, where the site publishes the detail.
awards_countintegerTotal awards on the profile (includes badges without full detail).
award_yearsarrayYears the company won a "top company" ranking ribbon.
profile_strengthstringTechBehemoths' own profile-completeness rating.
platform_percentilestringTechBehemoths' own platform-wide ranking percentile, where published.
listing_facetstringCountry slug the company was discovered under.
listing_facet_typestringAlways country — see Input above.
listing_page / listing_positionintegerPage and position on that country's listing where the company was found.
source / scraped_atstringSource site and scrape timestamp.

A field reading null means TechBehemoths doesn't publish that detail for the given company — founder_name, avg_project_price_usd, and projects_per_year in particular are populated at each company's own discretion, not on every profile.


FAQ

How do I scrape TechBehemoths company data?

TechBehemoths IT Company Directory Scraper needs no account and no API key. Give it one or more countries — or leave the field empty — and it returns every company in those countries with full firmographic detail from each profile page.

What data can I get from TechBehemoths?

Founding year, team size, hourly rate (parsed to min/max USD), a direct phone number, founder name, average project price, projects per year, full service and industry breakdowns, awards, and TechBehemoths' own profile-strength and platform-percentile ratings — most of which only live on the profile page, not the listing card.

Can I filter by country?

Yes. Pass one or more country slugs (germany, poland, ukraine, and 35 others) in countries. Leave it empty to crawl all 38 countries in one run.

How much does TechBehemoths IT Company Directory Scraper cost to run?

Pricing follows Apify's pay-per-event model — you're charged per company record saved. Check the Pricing tab on this actor's page for the current per-record rate.

Why are some fields empty on certain companies?

founder_name, avg_project_price_usd, projects_per_year, and awards detail are published by each company at its own discretion on TechBehemoths — a null or empty value means the company hasn't published that detail, not a scraping error.


Need More Features?

Need custom fields, filters, or a different target site? File an issue or get in touch.

Why Use TechBehemoths IT Company Directory Scraper?

  • Coverage no Western-first directory has — TechBehemoths is the deepest listing for nearshore and offshore IT suppliers across Eastern Europe, South Asia, and LATAM.
  • A phone number on the record — most agency directories route contact through a form; this one publishes a direct number where the company has listed one.
  • Revenue signals, not just tags — average project price and projects per year together sketch a rough annual-revenue estimate no rendered listing shows.
  • Branch-vs-HQ resolutionhead_office_country tells you when a local office is a real local presence or a branch of a company headquartered elsewhere.