Goldstandard Credits Search Scraper avatar

Goldstandard Credits Search Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Goldstandard Credits Search Scraper

Goldstandard Credits Search Scraper

Scrape the Gold Standard carbon credits registry to collect detailed credit issuance data. This scraper extracts 30+ fields per credit block—including certification dates, vintage years, transferability status, and compliance flags—essential for climate finance professionals, investors.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Stealth mode

Stealth mode

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Gold Standard Credits Search Scraper: Extract Carbon Credits Registry Data


What Is Gold Standard?

Gold Standard is an internationally recognized certification standard for climate action projects. Its registry (registry.goldstandard.org) maintains a comprehensive database of verified carbon credits issued by certified projects worldwide. These credits represent real, measurable greenhouse gas reductions and removals. For investors, traders, analysts, and sustainability teams, accessing this credit data at scale is critical—but manually searching the registry is slow and inefficient. The Gold Standard Credits Search Scraper automates this process, delivering structured credit block data ready for analysis, compliance tracking, and trading workflows.


Overview

The Gold Standard Credits Search Scraper extracts detailed credit block records from the Gold Standard registry, turning search results into clean, machine-readable datasets. It is designed for:

  • Carbon traders and portfolio managers tracking credit availability and status
  • Climate finance analysts researching project performance and credit validity
  • Sustainability consultants building compliance reports and offset inventories
  • Researchers studying global carbon credit markets and project trends
  • Enterprise platforms aggregating ESG and carbon offset data

Key strengths include configurable pagination support, graceful error handling for failed URLs, and granular control over scraping volume. The scraper can handle multiple search pages and extract all relevant credit metadata in a single run.


Input Format

The scraper accepts a JSON configuration object controlling URLs, pagination, and fault tolerance:

{
"ignore_url_failures": true,
"max_items_per_url": 200,
"urls": [
"https://registry.goldstandard.org/credit-blocks/issuances?q=&page=1"
]
}
ParameterTypeDescription
urlsarrayDirect links to Gold Standard registry credit search pages. Supports pagination parameters (e.g., ?page=1, ?page=2). Use the Bulk edit feature to add multiple URLs at once.
max_items_per_urlintegerMaximum number of credit records to extract per URL. Default: 20. Higher values (e.g., 200) collect more credits per page but increase processing time.
ignore_url_failuresbooleanIf true, the scraper continues running if some URLs fail (network errors, timeouts). If false, a single failed URL stops the entire run. Recommended: true for batch operations.

Best practices:

  • For broad searches, use multiple URLs covering different pages or filter criteria
  • Adjust max_items_per_url based on your system capacity (typically 50–200 for production runs)
  • Always enable ignore_url_failures when scraping 10+ URLs to ensure reliability

Output Format & Field Definitions

Example output record:

{
"id": "585521",
"created_at": "2026-06-04T15:18:34Z",
"updated_at": "2026-06-04T15:20:55Z",
"number_of_credits": 2199,
"starting_credit_number": 1,
"ending_credit_number": 2199,
"batch_number": 30431,
"serial_number": "GS1-1-BF-GS11989-16-2023-30431-1-2199",
"certified_date": "2026-06-04",
"monitoring_period_start_date": "2023-01-01",
"monitoring_period_end_date": "2023-12-31",
"status": "ISSUED",
"vintage": "2023",
"is_active": false,
"is_transferable": false,
"is_retirable": false,
"is_assignable": false,
"is_convertable": false,
"is_cancelable": false,
"is_flagged_for_transactional_approval": false,
"is_note_displayable": false,
"is_using_entity_displayable": false,
"is_undo_issuable": false,
"is_undo_assignable": false,
"is_undo_retirable": false,
"is_corsia_eligible": false,
"project": {
"id": "3964",
"created_at": "2023-02-07T17:23:45Z",
"updated_at": "2026-06-04T15:28:59Z",
"name": "GS1340 - Efficient cookstoves in Burkina Faso – tiipaalga F3PA cookstoves in Center-South Protected Areas - VPA-47",
"description": "The continuous degradation of natural resources (soil, vegetation, water resources, etc.) in the Center-South region of Burkina Faso leads to an increase in household poverty and food insecurity. Based on its experience and achievements with the improved three-stone cookstoves, tiipaalga is aiming to promote the distribution of the F3PA or the 3 stones improved cookstoves around the Center-South Protected Areas. This micro-scale VPA is part of a group of 10 VPA’s aiming to contribute to mitigating the effects of climate change and reduce poverty among rural households by promoting the use of the F3PA improved cookstoves in two (02) rural municipalities in Nahouri province and in five (05) rural municipalities in Zoundwéogo province in the Center-South region. The F3PA wood stoves will replace the traditional open air three stone cooking method whilst respecting the local three stone cooking culture.",
"status": "GOLD_STANDARD_CERTIFIED_PROJECT",
"gsf_standards_version": "Gold Standard for the Global Goals",
"estimated_annual_credits": 9700,
"crediting_period_start_date": "2023-01-01",
"crediting_period_end_date": "2027-12-31",
"methodology": null,
"type": "Energy Efficiency - Domestic",
"size": "Micro Scale",
"sustaincert_id": 11989,
"sustaincert_url": "https://assurance-platform.goldstandard.org/project-documents/GS11989",
"project_developer": "Tiipaalga",
"carbon_stream": "GS_VER",
"country": "Burkina Faso",
"country_code": "BF",
"latitude": null,
"longitude": null,
"state": null,
"crediting_periods": null,
"programme_of_activities": "VPA",
"poa_project_id": 1431,
"poa_project_sustaincert_id": 1340,
"poa_project_name": "Efficient Cookstoves in Burkina Faso (PoA)",
"labels": [
"EMISSION_REDUCTION"
]
},
"product": {
"name": "Verified Emission Reduction",
"abbreviation": "VER"
},
"labels": [
"EMISSION_REDUCTION"
],
"from_url": "https://registry.goldstandard.org/credit-blocks/issuances?q=&page=1"
}

Each credit block record includes 30+ fields capturing full issuance history, compliance status, and transactional capabilities:

Identity & Timestamps

FieldMeaningExample
IDUnique internal identifier for the credit block in Gold Standard's system12345
Created AtTimestamp when the credit block was first created in the registry2023-06-15T10:30:00Z
Updated AtMost recent modification date for this credit record2024-01-20T14:22:15Z

Credit Quantity & Serial Tracking

FieldMeaningExample
Number Of CreditsTotal count of carbon credits in this block (1 credit = 1 tonne CO₂e)50000
Starting Credit NumberFirst credit serial number in the range1000001
Ending Credit NumberLast credit serial number in the range1050000
Batch NumberUnique batch identifier for this issuanceBATCH-2023-045
Serial NumberSequential number assigned during issuanceGS-2023-045-001

Project & Certification Timeline

FieldMeaningExample
ProjectName and link to the originating climate project"Renewable Energy Project Kenya"
ProductCredit type under Gold Standard (e.g., VER, CORSIA)"Gold Standard VER"
Certified DateDate when the credits were officially certified by Gold Standard2023-06-10
Monitoring Period Start DateBeginning of the monitoring period for emission reductions2023-01-01
Monitoring Period End DateEnd of the monitoring period for this issuance2023-12-31
VintageVintage year (when reductions occurred); critical for eligibility2023

Lifecycle & Status Flags

FieldMeaningImpact
StatusCurrent state of the credit block (e.g., issued, pending, retired)Determines tradability and use
Is ActiveBoolean: credit block is currently active and eligible for tradingtrue or false
Is TransferableBoolean: credits can be transferred between accountstrue = tradable
Is RetirableBoolean: credits can be retired (removed from circulation) as offsetstrue = usable for compliance
Is AssignableBoolean: credits can be assigned to beneficiaries or projectstrue = flexible ownership
Is ConvertableBoolean: credits can be converted into alternative forms or standardstrue = conversion eligible
Is CancelableBoolean: credits can be permanently canceled by the holdertrue = destruction possible

Approval & Display Controls

FieldMeaningUse Case
Is Flagged For Transactional ApprovalBoolean: credit block requires additional review before tradingCompliance risk indicator
Is Note DisplayableBoolean: associated notes are visible to registry usersTransparency flag
Is Using Entity DisplayableBoolean: the using entity (buyer/retirer) is publicly shownPrivacy and transparency control

Undo & Operational Flags

FieldMeaningScenario
Is Undo IssuableBoolean: credits can be re-issued if issuance is reversedPost-issuance correction
Is Undo AssignableBoolean: assignment can be undone in case of errorTransaction reversal
Is Undo RetirableBoolean: retirement can be reversed if incorrectly appliedAudit correction

Regulatory & Classification

FieldMeaningImpact
Is Corsia EligibleBoolean: credits meet ICAO CORSIA eligibility requirementsAirline offset eligibility
LabelsArray of tags or categories (e.g., sustainable development goals, co-benefits)SDG alignment, market positioning

How to Use

  1. Locate registry URLs — Navigate to registry.goldstandard.org/credit-blocks/issuances and apply filters (project name, vintage year, status). Copy the full search URL including query parameters.
  2. Configure the input — Paste URLs into the urls array. For multi-page results, add separate URLs for each page (e.g., ?page=1, ?page=2).
  3. Set limits — Adjust max_items_per_url based on your bandwidth. Start with 100–200 for balanced performance.
  4. Enable fault tolerance — Set ignore_url_failures: true to handle network interruptions gracefully.
  5. Run the scraper — Start the actor and monitor progress in the run log.
  6. Export and analyze — Download results as JSON, CSV, or Excel. Filter, sort, and integrate into your carbon accounting system.

Common scenarios:

  • Tracking a project's credits: Search the registry for a specific project name, copy the result URL, and scrape all credit blocks issued by that project.
  • Vintage-based analysis: Use Gold Standard's filter tools to isolate credits from a specific vintage year, then scrape the filtered results.
  • CORSIA compliance: Filter for CORSIA-eligible credits and scrape to build a compliant offset portfolio.

Use Cases & Business Value

  • Portfolio management: Track credit holdings by status, vintage, and transferability in real time
  • Market intelligence: Monitor credit issuance volumes and trends across projects and geographies
  • Compliance reporting: Automatically generate detailed credit inventories for regulatory filings
  • Trading workflows: Extract actionable credit data (serial numbers, dates, eligibility flags) for transactions
  • Carbon accounting: Integrate structured credit data into enterprise ESG platforms and sustainability software
  • Academic research: Analyze patterns in global carbon credit issuance, project performance, and standard evolution

By automating data extraction, this scraper eliminates manual registry browsing and ensures data accuracy across investment, compliance, and reporting teams.


Conclusion

The Gold Standard Credits Search Scraper is the go-to solution for accessing verified carbon credits data at scale. With comprehensive field coverage—from credit quantities and vintage years to compliance flags and transactional controls—it empowers traders, analysts, and sustainability teams to make faster, more informed decisions. Whether you're tracking portfolio movements, building market intelligence, or automating compliance workflows, this scraper delivers the clean, structured data you need.