Bitbucket Scraper โ€“ Public Repos, Languages, Size & Activity avatar

Bitbucket Scraper โ€“ Public Repos, Languages, Size & Activity

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Bitbucket Scraper โ€“ Public Repos, Languages, Size & Activity

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

ninhothedev

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

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:

FieldDescription
uuidBitbucket repository UUID
nameRepository display name
full_nameworkspace/repo identifier
descriptionRepository description (capped at 2000 chars)
languagePrimary programming language
sizeRepository size in bytes
is_privatePrivate flag (public repos only are stored)
created_onCreation timestamp (ISO 8601)
updated_onLast update timestamp (ISO 8601)
main_branchDefault branch name
ownerWorkspace / owner display name
projectBitbucket project name
urlPublic repository URL
scraped_atWhen the record was collected

๐Ÿš€ How to use

  1. Pick a mode:
    • Workspace โ€” list every public repository of a workspace (e.g. atlassian).
    • Specific repositories โ€” pass a list of workspace/repo full names.
  2. Set Maximum items (default 100, up to 1000).
  3. 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 ScraperManual API scriptsGeneric web scrapers
No key for public reposโœ…โœ…โš ๏ธ
Pagination handledโœ…โŒโš ๏ธ
Structured export (JSON/CSV/Excel)โœ…โŒโš ๏ธ
Datacenter-friendlyโœ…โœ…โŒ


๐Ÿท๏ธ 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.