UnifyApps Integrations Scraper avatar

UnifyApps Integrations Scraper

Pricing

from $1.00 / 1,000 integration results

Go to Apify Store
UnifyApps Integrations Scraper

UnifyApps Integrations Scraper

Extract the complete UnifyApps connector catalog, including categories, canonical slugs, Contentstack IDs, and icon URLs.

Pricing

from $1.00 / 1,000 integration results

Rating

0.0

(0)

Developer

Dario Mory

Dario Mory

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 months ago

Last modified

Share

Extract the public UnifyApps integrations catalog as clean, structured records.

Why this Actor is efficient

The UnifyApps page exposes its connector catalog inside a server-rendered Next.js payload backed by Contentstack. This Actor parses that structured payload directly: one HTTP request can retrieve the complete catalog, without a headless browser.

At the time of development, the catalog contained 383 unique integrations across 14 categories. Connectors appearing in multiple categories are combined by default.

Data extracted

  • Integration name and canonical slug
  • Contentstack record ID
  • All matching categories
  • Working public catalog URL
  • Original icon URL
  • Source and scrape timestamp

Example input

{
"searchQuery": "Google",
"category": "Productivity",
"maxItems": 100,
"includeCategoryDuplicates": false,
"proxyConfiguration": {
"useApifyProxy": false
}
}

Example result

{
"id": "blt...",
"name": "Google Sheets",
"slug": "google-sheets",
"url": "https://www.unifyapps.com/integrations",
"categories": ["Most Popular", "Productivity"],
"categorySlugs": ["most-popular", "productivity"],
"iconUrl": "https://images.contentstack.io/.../google-sheets.svg",
"source": "https://www.unifyapps.com/integrations",
"scrapedAt": "2026-07-27T00:00:00.000Z"
}

Monetization event

The Actor saves and charges each visible connector record using the integration-result event. A suggested launch price is $0.001 per result. Remove apify-default-dataset-item in Apify Console to avoid double charging, and keep the synthetic Actor start event at Apify's recommended default.

At that price, the default 100-result run costs about $0.10; the complete 383-connector catalog observed during development costs about $0.38.

Local development

npm install
npm test
npm run build

Monorepo deployment

https://github.com/dariomory/apify-actors#master:actors/unify-integrations