Tech in Asia Scraper - Articles, Startup Database & Jobs avatar

Tech in Asia Scraper - Articles, Startup Database & Jobs

Pricing

from $1.30 / 1,000 results

Go to Apify Store
Tech in Asia Scraper - Articles, Startup Database & Jobs

Tech in Asia Scraper - Articles, Startup Database & Jobs

Scrape Tech in Asia's newsroom, its 120,000-company startup and investor database, and its job board from one actor. Article search with category, author and date filters; company lookups by country, funding stage and amount raised; job postings with salaries. No login needed.

Pricing

from $1.30 / 1,000 results

Rating

0.0

(0)

Developer

Faisal Ahdan naufal

Faisal Ahdan naufal

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

Tech in Asia Scraper

Extract articles, startup and investor profiles, and job postings from Tech in Asia — Asia's leading technology and startup publication — as clean, structured JSON.

Why use this actor

  • No account, no login, no API key. Nothing to sign up for and nothing to configure.
  • Three datasets in one actor. The newsroom (79,000+ articles), the startup and investor database (120,000+ companies with funding histories), and the job board — each addressable from the same run.
  • Funding intelligence you can filter. Find every Series A company in Indonesia, every investor with more than $1M deployed, or every startup in a given industry — with round amounts, dates, participating investors and exit counts attached.
  • Salary data on job postings. Pay ranges, currency, period, equity flag, required experience and skills.
  • Search that actually reaches the archive. Full-text search across the whole article archive with category, author, article-type and date-range filters.
  • Stable, predictable JSON. Every record carries the same small set of tracking fields, so runs drop straight into a database, spreadsheet or analytics pipeline.
  • Automatic retries and export to JSON, CSV or Excel. Schedule it and forget it.

How it works

  1. Choose a mode — what you want to collect.
  2. Fill in the handful of inputs that mode uses (a search phrase, a category slug, a country, or nothing at all).
  3. Set Maximum records to cap the run.
  4. Press Run. Records stream into the dataset as they are collected, so you can watch results arrive.

You don't manage scrapers, browsers, accounts or blocks — the actor handles retries and recovers on its own if the site changes how search is wired up.

Modes

ModeWhat you get
latestPostsThe newsroom feed, newest first
searchPostsFull-text article search with filters — the deepest reach into the archive
categoryPostsArticles in one or more categories
tagPostsArticles under one or more tags
videoPostsVideo articles
postDetailSpecific articles by URL, slug or id
taxonomiesEvery category, the curated topic map, and a sample of tags
trendingQuestionsThe trending-questions leaderboard with pageview counts
companiesThe startup and investor database, filterable by country, funding stage, industry and amount raised
companyDetailFull profiles for specific companies
jobsThe job board, with salaries

Input

Search articles

{
"mode": "searchPosts",
"searchQueries": ["fintech indonesia"],
"postTypes": ["post"],
"filterCategories": ["Fintech"],
"publishedAfter": "2026-01-01",
"maxItems": 200,
"includeArticleContent": false
}

Find funded startups

{
"mode": "companies",
"companyCountries": ["Indonesia"],
"fundingStages": ["Series A"],
"minAmountRaised": 1000000,
"maxItems": 500
}

Sweep the whole company database

{
"mode": "companies",
"maxItems": 20000
}

Job board

{
"mode": "jobs",
"remoteJobsOnly": true,
"maxItems": 300
}
FieldTypeDescription
modestringWhich dataset to read. See the table above.
maxItemsintegerStop after this many records. Default 200.
includeArticleContentbooleanAdds the full article body to article records. Off by default.
searchQueriesarrayOne search phrase per line (searchPosts). Empty sweeps the archive newest-first.
postTypesarrayFilter by article type: post, short, visual-story.
filterCategoriesarrayFilter by category display name, e.g. Fintech. Exact spelling.
filterAuthorsarrayFilter by author display name. The only way to list one writer's work.
publishedAfter / publishedBeforestringDate bounds, YYYY-MM-DD or a unix timestamp.
categorySlugsarrayCategory slugs, e.g. fintech (categoryPosts). A full category URL also works.
tagSlugsarrayTag slugs, e.g. indonesia (tagPosts).
postUrlsarrayArticle URLs, slugs or numeric ids (postDetail).
includeCategories / includeTagsbooleanWhat the taxonomies mode emits.
companyQuerystringFree-text company search. Leave empty to sweep the whole database.
companyCountriesarrayFull country names as the database spells them, e.g. Indonesia.
fundingStagesarraySeed, Series A, Series B, Series C, Series D, Pre-series A, Bridge, Debt, M&A, Early stage, Strategic investment, Unspecified Stage.
companyIndustriesarrayIndustry names as the database spells them.
investorsOnlybooleanKeep only entities flagged as investors.
minAmountRaisedintegerMinimum lifetime total raised, in USD.
companySlugsarrayCompany slugs (companyDetail).
jobQuerystringFree-text job search. Empty lists the whole board.
remoteJobsOnlybooleanRemote postings only.
proxyConfigurationobjectOptional. Off by default — this source needs no proxy.

Output

Every record carries _input (what produced it), _source (which collection strategy answered), _scrapedAt (UTC timestamp) and recordType.

Article (latestPosts, searchPosts, categoryPosts, tagPosts, postDetail)

{
"_input": "latest",
"_source": "S1-wp-posts",
"_scrapedAt": "2026-09-20T17:48:05Z",
"recordType": "POST",
"id": "1023947",
"date_gmt": "2026-09-19T01:39:35",
"modified_gmt": "2026-09-19T01:39:35",
"title": "Apple Pay plans India launch with Axis Bank: sources",
"slug": "apple-pay-plans-india-launch-axis-bank-sources",
"status": "publish",
"type": "short",
"link": "https://www.techinasia.com/news/apple-pay-plans-india-launch-axis-bank-sources",
"excerpt": "UPI handles 84% of India's digital payment volume.",
"read_time": 1,
"author": {
"id": "1183040",
"display_name": "Diya Lal",
"author_url": "https://www.techinasia.com/profile/diya-lal",
"is_staff": true
},
"categories": [{ "id": "48628", "name": "Fintech", "slug": "fintech" }],
"tags": [{ "id": "39521", "name": "Apple Pay", "slug": "apple-pay" }, "… 3 more"],
"companies": [],
"featured_image": {
"source": "https://cdn.techinasia.com/wp-content/uploads/2026/09/…",
"attachment_meta": { "width": 2560, "height": 1762 }
},
"short_items": { "short_source_name": "Reuters" },
"is_sponsored": false,
"is_subscriber_exclusive": false,
"comments_count": 0
}
FieldTypeDescription
title / slug / linkstringHeadline, URL slug and canonical URL.
excerptstringThe publisher's own summary line.
date_gmt / modified_gmtstringPublication and last-edit timestamps.
typestringpost, short or visual-story.
read_timeintegerEstimated reading minutes.
authorobjectByline: name, profile URL, avatar, staff flag.
categories / tagsarrayTaxonomy objects with id, name and slug.
companiesarrayCompanies the newsroom linked to this article.
featured_imageobjectImage URL plus dimensions and derived sizes.
is_sponsoredbooleanTrue for paid placement; sponsor carries the advertiser.
is_subscriber_exclusivebooleanTrue when the article sits behind the subscription.
contentstringFull article HTML. Only when includeArticleContent is on.

Company (companies, companyDetail)

{
"_input": "filtered-companies",
"_source": "S2-algolia-companies",
"_scrapedAt": "2026-09-20T17:48:05Z",
"recordType": "COMPANY",
"name": "Floq",
"entity_slug": "floq",
"description": "Floq is a licensed digital asset exchange built with ease of use, a community-first approach, and trust at its core.",
"date_founded": "2025-05-01",
"employee_count": "51 - 200",
"avatar": "https://cdn.techinasia.com/data/images/CJ9bhKvQoVOU5zXDGqb6UhduSMA5OMSz5YJYx1w7.jpg",
"entity_locations": [
{ "city_name": "Jakarta", "country_name": "Indonesia", "type": "hq" }
],
"entity_industries": [
{ "name": "Financial exchanges", "slug": "financial-exchanges", "vertical_name": "Financial tech" }
],
"entity_sites": [
{ "site_name": "Website", "url": "https://floq.co.id" },
{ "site_name": "LinkedIn", "url": "https://id.linkedin.com/company/floq_id" },
"… 1 more"
],
"funding_stages": [
{
"amount": 11300000,
"rounds": [
{
"amount": 11300000,
"date_ended": "2026-06-04",
"source_url": "https://www.techinasia.com/news/indonesian-crypto-platform-floq-raises-11-3m",
"participants": [{ "investor_slug": "md-capital" }, "… 1 more"]
}
]
}
],
"is_investor": false,
"number_investments": 0,
"number_exits": 0,
"job_posting_count": 0,
"claimed": 1
}
FieldTypeDescription
name / entity_slugstringCompany name and the slug companyDetail expects.
description / pitchstringLong and short company blurbs.
date_foundedstringFounding date.
employee_countstringHeadcount band.
entity_locationsarrayCities and countries, with HQ flagged.
entity_industriesarrayIndustry and vertical classification.
entity_sitesarrayWebsite and social profile URLs.
funding_stagesarrayRounds with amounts, dates, source articles and participating investors.
total_amount_raisednumberLifetime funding in USD (search results).
last_funding_stagestringMost recent stage reached.
is_investor / number_investments / number_exitsmixedInvestor side of the record.
job_posting_countintegerLive roles this company has on the board.

Job (jobs)

{
"_input": "remote-jobs",
"_source": "S3-laravel-jobs",
"_scrapedAt": "2026-09-20T17:48:05Z",
"recordType": "JOB",
"id": "5f889196-3a89-42d2-a329-ae0a2636f5a4",
"status": "published",
"title": "Business Intelligence (Remote)",
"is_remote": true,
"work_arrangement": "remote",
"tz_offset_min": 7,
"tz_offset_max": 12,
"is_salary_visible": true,
"salary_min": 4000000,
"salary_max": 5000000,
"period": "MONTHLY",
"currency": { "currency_code": "IDR", "currency_symbol": "Rp" },
"has_equity": false,
"vacancy_count": 3,
"experience_min": 0,
"experience_max": 3,
"published_at": "2026-09-18 10:27:25",
"expires_at": "2026-11-17 10:27:25",
"company": {
"name": "Deliveree On-Demand Logistics (Southeast Asia)",
"employee_min_count": 201,
"employee_max_count": 500
},
"job_skills": [{ "name": "Recruiting" }, "… 4 more"],
"job_type": { "name": "Full-time" },
"position": { "name": "Human Resources" }
}
FieldTypeDescription
titlestringJob title.
salary_min / salary_maxnumberPay range — read with period and currency, which vary per posting.
periodstringMONTHLY or YEARLY. The range means nothing without it.
is_salary_visiblebooleanFalse when the employer hid the range.
is_remote / work_arrangementmixedonsite, hybrid or remote.
tz_offset_min / tz_offset_maxnumberTimezone band a remote hire must sit in.
has_equitybooleanWhether equity is offered.
experience_min / experience_maxintegerYears of experience wanted.
companyobjectFull hiring-company profile, embedded.
cityobjectCity, state and country. Null for fully remote roles.
job_skills / job_type / positionarray/objectSkills, contract type and job family.
expires_atstringWhen the posting comes down.
{
"_input": "trending-questions",
"_source": "S2-algolia-trending",
"_scrapedAt": "2026-09-20T17:48:05Z",
"recordType": "TRENDING_QUESTION",
"position": 1,
"previous_position": 2,
"question_title": "How will NVIDIA and Intel respond to Celestial AI's optical interconnect…",
"pageviews": 1043,
"lookback_days": 7,
"link": "https://www.techinasia.com/…"
}

Error rows

A failed input produces a row rather than disappearing, so nothing is silently lost:

{
"_input": "grab",
"_source": "none",
"_scrapedAt": "2026-09-20T17:48:05Z",
"recordType": "ERROR",
"_error": "not_found",
"_errorDetail": "No company at /companies/grab. The slug must match the database's entity_slug exactly."
}

Notes and limits

  • Article list modes return at most 900 records each. That is Tech in Asia's own ceiling, not a limit of this actor — the site stops serving after 30 pages, even though it reports far more available. To go deeper into the archive, use searchPosts, or split the work across several categories and tags.
  • Each search query returns at most 1,000 records. Several narrow queries reach much further than one broad one — split by category, country, year or funding stage.
  • The company database has no such ceiling. A companies sweep with no filters walks all 120,649 records. Filters, on the other hand, run through search and so bring the 1,000-record limit with them. Sweep unfiltered when you want everything; filter when you want precision.
  • Company slugs must match the database exactly. gojek resolves; grab does not. Run companies first to find the right slug.
  • Filter values are spelling- and case-exact — Indonesia, Series A, Fintech. Run taxonomies to see valid category names.
  • Salary figures are meaningless without period and currency. Postings mix monthly and yearly pay across several currencies.
  • is_subscriber_exclusive is the field that tells you whether an article is behind the subscription. A separate is_paywalled field also appears in the data, but it is true on essentially every record and does not discriminate.
  • No proxy needed. This source has no regional or access restrictions, so proxy support is off by default. Turn it on only if a very long run starts being rate-limited.
  • Article bodies are off by default. Tech in Asia is a subscription publication. includeArticleContent adds the full text when you need it — check your licence before republishing or redistributing article text.