DOE Energy Financing (LPO/EDF) Loan Portfolio Scraper avatar

DOE Energy Financing (LPO/EDF) Loan Portfolio Scraper

Pricing

Pay per event

Go to Apify Store
DOE Energy Financing (LPO/EDF) Loan Portfolio Scraper

DOE Energy Financing (LPO/EDF) Loan Portfolio Scraper

Scrapes the DOE Energy Dominance Financing (EDF/LPO) loan portfolio. Returns active deals with borrower, technology area, loan program, financing amount, status, location, project description, and estimated jobs.

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

8 days ago

Last modified

Categories

Share

Scrapes the U.S. Department of Energy's Energy Dominance Financing (EDF/LPO) loan portfolio from energy.gov. Returns active deals with borrower, technology area, loan program, financing amount, status, project location, description, and estimated jobs.

What it does

The actor calls the DOE's internal GraphiteGTC map API to retrieve the full portfolio, then visits each project's detail page on energy.gov to extract structured information. Currently the EDF/LPO portfolio holds active loans for major energy infrastructure projects — nuclear, transmission, coal/gas, and more.

Output data

Each record includes:

FieldDescription
project_nameProject or facility name
borrowerPrimary borrower / owner entity
technology_areaTechnology category (e.g. Nuclear, Generation & Transmission)
loan_programLoan program (e.g. Energy Dominance Financing Program, Title 17)
loan_typeLoan type (Loan or Loan Guarantee)
statusLoan status (Active, Conditional Commitment, Repaid)
financing_amount_usdFinancing amount in USD
closing_dateLoan closing / issuance date (ISO 8601, YYYY-MM-DD)
stateU.S. state of the project
cityCity of the project
descriptionProject summary extracted from the detail page
estimated_jobs_constructionEstimated construction jobs (where disclosed)
estimated_jobs_permanentEstimated permanent / operational jobs (where disclosed)
supply_chain_segmentSupply-chain segment tag (nuclear, transmission_grid, coal_hydrocarbons, etc.)
detail_urlURL of the project detail page on energy.gov

Sample output

{
"project_name": "AEP Transmission",
"borrower": "AEP Transmission Company, LLC",
"technology_area": "Generation & Transmission",
"loan_program": "Energy Dominance Financing Program",
"loan_type": "Loan",
"status": "Active",
"financing_amount_usd": 1604000000,
"closing_date": "2025-10-16",
"state": "Ohio",
"city": "Columbus",
"description": "AEP Transmission will reconductor or rebuild almost 5,000 miles of transmission lines across multiple states, increasing grid capacity and reliability.",
"estimated_jobs_construction": "1,100",
"estimated_jobs_permanent": "TBD",
"supply_chain_segment": "transmission_grid",
"detail_url": "https://www.energy.gov/node/4853145"
}

Input options

ParameterTypeDefaultDescription
maxItemsinteger15Maximum number of loan records to return. Set to 0 for all records.

Use cases

  • Track U.S. federal energy financing activity across nuclear, transmission, fossil fuel, and clean energy sectors
  • Monitor the EDF/LPO loan portfolio for new conditional commitments and closings
  • Research energy infrastructure projects by state, technology, or borrower
  • Supply-chain intelligence on energy sector investment flows

Notes

  • The DOE EDF portfolio is the successor to the Loan Programs Office (LPO) under the current administration. Records span legacy LPO programs (Title 17, ATVM) and the new Energy Dominance Financing Program.
  • The portfolio is relatively small (currently 6 active projects) but covers very large financing amounts ($263M to $22.4B per project).
  • Borrower information is extracted from the detail page; not all projects disclose this in the API data.
  • The supply_chain_segment field is derived from keywords in the technology area and project description.