Netlify Integrations Scraper
Pricing
from $3.00 / 1,000 results
Netlify Integrations Scraper
Scrape Netlify's integrations directory - 140+ CMS, e-commerce, database, testing, analytics, AI, and auth integrations. Search by keyword, browse by category, or look up specific integrations. Get publisher, description, icon, install type, and detail page URLs.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer
Crawler Bros
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Scrape Netlify's integrations directory — 140+ CMS, e-commerce, database, testing, analytics, AI, and authentication integrations that connect to Netlify sites. Search by keyword, filter by category, or look up specific integrations by slug or URL. Get publisher, description, icon, install type, support links, and detail page URLs. HTTP-only via the public netlify.com/integrations pages. No auth, no proxy.
What this actor does
- Two modes:
search(keyword + category filter over the full catalog) andbyIntegration(direct slug/URL lookup) - 12 categories: AI agents, Content Management, Database & Backend, Digital Asset Management, E-commerce, Frameworks, Identity & Authentication, Monitoring & Analytics, Search & Personalization, Security, Templates, Testing & QA
- Detail-page enrichment: publisher, website, support URL, install type (Netlify Plugin vs. Netlify Extension), and helpful resource links
- Empty fields are omitted
Output per integration
slug— URL slug (e.g.algolia)name— integration titledetailUrl— canonical detail pagecategories[]— one or more category namesshortDescription— card-level summarydescription— longer detail-page description (when fetched)iconUrl,bannerUrlpublisher— the integration's own company/maintainer (when declared)websiteUrl,supportUrlinstallType—Netlify Plugin(one-click app.netlify.com install) orNetlify Extension(team-dashboard connect flow)installUrl— the actual install/enable action URLresources[]— helpful links ({title, url}), e.g. installation guidesrecordType: "integration",scrapedAt
Input
| Field | Type | Default | Description |
|---|---|---|---|
mode | string | search | search / byIntegration |
searchQuery | string | – (empty = no keyword filter) | Keyword matched against name/description (mode=search) |
category | string | any | Restrict to one category (mode=search) |
ids | array | – | Slugs or detail URLs (mode=byIntegration) |
includeDetails | bool | true | Fetch each result's detail page for publisher/install-type/resources |
sortBy | string | default | default / nameAsc / nameDesc |
maxItems | int | 50 | Hard cap (1–200); full catalog is ~140 |
Example: browse the E-commerce category
{"mode": "search","category": "e-commerce","maxItems": 50}
Example: search for authentication integrations
{"mode": "search","searchQuery": "auth","category": "authentication","sortBy": "nameAsc"}
Example: lookup specific integrations
{"mode": "byIntegration","ids": ["algolia", "auth0", "https://www.netlify.com/integrations/shopify/"]}
Use cases
- Stack research — discover Netlify-native integrations for CMS, commerce, or auth before choosing a stack
- Migration planning — check install type (one-click plugin vs. dashboard extension) before adopting a tool
- Competitive intelligence — monitor which vendors offer official Netlify integrations by category
- Partner directories — mirror Netlify's integration catalog into an internal tools wiki
- Vendor evaluation — pull publisher, support, and documentation links for a shortlist of tools
FAQ
What is Netlify's integrations directory? Netlify's official catalog of third-party tools and services that connect to Netlify sites via plugins or dashboard-managed extensions. See netlify.com/integrations.
Is this affiliated with Netlify? No — this is a third-party actor built on Netlify's public integrations pages.
What's the difference between installType values? Netlify Plugin installs directly via an app.netlify.com/plugins/.../install link. Netlify Extension requires connecting through the Netlify team dashboard (the actor still returns the documentation URL for that flow).
Why do some integrations have no publisher? The publisher name is derived from the detail page's "Contact {Publisher}" support link, which not every integration provides. When absent, the field is omitted rather than guessed.
Does Netlify expose install counts or ratings for integrations? No — the directory has no numeric popularity signal, so this actor does not fabricate one. sortBy is therefore limited to name ordering.
Why is category sometimes empty for a result? A small number of integrations in the full catalog aren't tagged into any of the 12 published category pages; the field is omitted for those rather than guessed.
How fresh is the data? Real-time — every run fetches the live netlify.com/integrations pages.
Are resources[].url, installUrl, websiteUrl, and supportUrl always live? These point to third-party pages (vendor docs, blog posts, marketplace listings) that Netlify itself curates on each integration's detail page — the actor reproduces them verbatim rather than guessing. A small fraction are older external links that have since moved or been retired on the vendor's own site (normal link rot outside Netlify's or this actor's control), the same as clicking through from netlify.com/integrations directly. detailUrl (the actor's own canonical page) and iconUrl/bannerUrl (Netlify's own CDN-hosted media) are unaffected and always resolve.