Basecamp Integrations Scraper
Pricing
from $3.00 / 1,000 results
Basecamp Integrations Scraper
Scrape the official Basecamp integrations directory at basecamp.com/integrations. Browse all 100+ third-party integrations or filter by category. Returns integration name, description, category, developer URL, and logo for every listed tool.
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
3 days ago
Last modified
Categories
Share
Scrape the official Basecamp integrations directory at basecamp.com/integrations. Returns all 100+ third-party tools listed across 9 categories — including name, description, category, integration URL, and logo for each tool.
Features
- Browse mode — retrieve all integrations across all 9 categories
- Search mode — keyword search across integration names and descriptions
- Category filtering — narrow results to a specific Basecamp integration category
- Full metadata — name, description, category, logo URL, integration URL, source URL
- Zero credentials — works on the Apify free plan with no API keys or cookies
Data Source
This actor scrapes the publicly accessible page https://basecamp.com/integrations, which is statically rendered HTML. No login, API key, or proxy is required.
Input
| Field | Type | Description |
|---|---|---|
mode | select | browse or search (required) |
query | string | Keyword to search in name/description (mode=search) |
category | select | Filter by category (e.g. "Software Development") |
maxItems | integer | Max records to return (1–10000, default 100) |
Available Categories
- Mobile and Desktop Apps
- Time Tracking, Invoicing, and Accounting
- Reporting, Charts, and Planning
- File Backup and Synchronization
- Software Development
- Marketing, Design, and Asset Management
- Customer Service and Support
- Contracts and Proposals
- Developer-only Tools
Example Inputs
Browse all integrations:
{"mode": "browse","maxItems": 100}
Browse only time tracking tools:
{"mode": "browse","category": "Time Tracking, Invoicing, and Accounting"}
Search for Zapier:
{"mode": "search","query": "zapier"}
Search for bug tracking tools:
{"mode": "search","query": "bug report"}
Output
Each record contains:
| Field | Type | Description |
|---|---|---|
name | string | Integration display name |
description | string | Short description of the integration |
category | string | Category from Basecamp's directory |
integrationUrl | string | URL to the integration's website |
logoUrl | string | Absolute URL to the integration logo |
sourceUrl | string | Always https://basecamp.com/integrations |
recordType | string | Always "integration" |
scrapedAt | string | UTC timestamp of scrape |
Sample Record
{"name": "Zapier","description": "Automate your work day and connect Basecamp to 750+ business apps.","category": "Mobile and Desktop Apps","integrationUrl": "https://zapier.com/zapbook/basecamp3/","logoUrl": "https://basecamp.com/assets/images/extras/zapier.png","sourceUrl": "https://basecamp.com/integrations","recordType": "integration","scrapedAt": "2026-05-30T12:00:00+00:00"}
Frequently Asked Questions
Q: How many integrations does Basecamp list? A: Over 100 integrations across 9 categories as of 2026.
Q: Does this require a Basecamp account or API key? A: No. The integrations page is publicly accessible without any login.
Q: How fresh is the data? A: The actor fetches live data each run from the official Basecamp integrations page.
Q: Can I filter by multiple categories?
A: The category field supports one category at a time. Run multiple times or use browse mode and filter the dataset by category post-collection.
Q: What is the sourceUrl field?
A: It's always https://basecamp.com/integrations — the canonical page where all integration data comes from.
Q: Which categories are available? A: Mobile and Desktop Apps; Time Tracking, Invoicing, and Accounting; Reporting, Charts, and Planning; File Backup and Synchronization; Software Development; Marketing, Design, and Asset Management; Customer Service and Support; Contracts and Proposals; Developer-only Tools.