Bitbucket Scraper โ Public Repos, Languages, Size & Activity
Pricing
from $1.00 / 1,000 results
Bitbucket Scraper โ Public Repos, Languages, Size & Activity
$1/1K ๐ฅ Fast Bitbucket scraper! Public repos โ language, size, activity & owner by workspace. No key. JSON, CSV, Excel or API in seconds. Pull thousands of repos for dev intel & market analysis โก
Pricing
from $1.00 / 1,000 results
Rating
0.0
(0)
Developer
ninhothedev
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Bitbucket Repositories Scraper ๐ชฃ
Scrape public Bitbucket repositories at scale โ no API key, no login. Point this Actor at any Bitbucket workspace (or a hand-picked list of repos) and export clean, structured JSON with programming language, size, activity dates, owner, project and repository URL.
Built on the official Bitbucket REST API 2.0, so results are fast, reliable, and datacenter-proxy friendly. Perfect for developer intelligence, competitive research, market analysis, and SBOM / supply-chain tooling.
โจ What you get
For every repository, the scraper returns a flat, ready-to-use record:
| Field | Description |
|---|---|
uuid | Bitbucket repository UUID |
name | Repository display name |
full_name | workspace/repo identifier |
description | Repository description (capped at 2000 chars) |
language | Primary programming language |
size | Repository size in bytes |
is_private | Private flag (public repos only are stored) |
created_on | Creation timestamp (ISO 8601) |
updated_on | Last update timestamp (ISO 8601) |
main_branch | Default branch name |
owner | Workspace / owner display name |
project | Bitbucket project name |
url | Public repository URL |
scraped_at | When the record was collected |
๐ How to use
- Pick a mode:
- Workspace โ list every public repository of a workspace (e.g.
atlassian). - Specific repositories โ pass a list of
workspace/repofull names.
- Workspace โ list every public repository of a workspace (e.g.
- Set Maximum items (default 100, up to 1000).
- Run the Actor and download results as JSON, CSV, Excel, or via API.
Example input โ workspace mode
{"mode": "workspace","workspace": "atlassian","maxItems": 100}
Example input โ specific repositories
{"mode": "repos","repos": ["atlassian/aui", "atlassian/atlassian-plugins"],"maxItems": 50}
Example output
{"uuid": "{3d76c1e2-d4bb-4baf-a957-ad7ba71f88c2}","name": "AUI","full_name": "atlassian/aui","description": "Atlassian User Interface","language": "javascript","size": 153493697,"is_private": false,"created_on": "2011-10-13T23:35:11.622182+00:00","updated_on": "2026-06-02T03:32:37.130356+00:00","main_branch": "master","owner": "Atlassian","project": "AUI Project","url": "https://bitbucket.org/atlassian/aui","scraped_at": "2026-07-18T10:00:00+00:00"}
๐ฐ Pricing
This Actor is lightweight and pay-per-usage โ roughly ~$1 per 1,000 repositories scraped, depending on your Apify plan and platform usage. Because it uses Bitbucket's clean JSON API with no proxy requirement, runs are cheap and quick.
๐ฏ Use cases
- Developer intelligence โ map a company's open-source footprint across a workspace.
- Repository research โ inventory languages, sizes and activity across many repos.
- Market & competitive analysis โ track what teams build and how active their code is.
- SBOM / supply-chain โ enumerate dependencies' upstream repos and metadata.
๐ Why this scraper
- โ No API key or login required for public repos.
- โ Clean JSON straight from Bitbucket API 2.0 โ no fragile HTML parsing.
- โ Datacenter-proxy friendly โ low cost, high speed.
- โ Two modes โ bulk workspace listing or targeted repo lookup.
- โ Structured, nullable schema โ every field is safe to consume downstream.
| Bitbucket Repositories Scraper | Manual API scripts | Generic web scrapers | |
|---|---|---|---|
| No key for public repos | โ | โ | โ ๏ธ |
| Pagination handled | โ | โ | โ ๏ธ |
| Structured export (JSON/CSV/Excel) | โ | โ | โ ๏ธ |
| Datacenter-friendly | โ | โ | โ |
๐ Related actors
๐ท๏ธ Keywords
bitbucket scraper, bitbucket api, repository scraper, git repositories, developer intelligence, source code metadata, workspace repositories, programming language stats, devops data, sbom, code repository export, bitbucket workspace, repo research, market analysis
This Actor scrapes only public data available through Bitbucket's official API. Private repositories are skipped.