B-Corporation ESG Data Scraper

B-Corporation ESG Data Scraper

by njoylab

Scrapes B-Corporation ESG data from bcorporation.net. Retrieves either paginated lists of certified companies or detailed profiles with assessment sco...

608 runs
31 users
Try This Actor

Opens on Apify.com

About B-Corporation ESG Data Scraper

Scrapes B-Corporation ESG data from bcorporation.net. Retrieves either paginated lists of certified companies or detailed profiles with assessment scores, demographics, and locations

What does this actor do?

B-Corporation ESG Data Scraper is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.

Key Features

  • Cloud-based execution - no local setup required
  • Scalable infrastructure for large-scale operations
  • API access for integration with your applications
  • Built-in proxy rotation and anti-blocking measures
  • Scheduled runs and webhooks for automation

How to Use

  1. Click "Try This Actor" to open it on Apify
  2. Create a free Apify account if you don't have one
  3. Configure the input parameters as needed
  4. Run the actor and download your results

Documentation

B Corporation Data Scraper This Apify actor scrapes business data from https://bcorporation.net. You can fetch either a paginated list of certified B Corporations or detailed information for a single company. ## Table of Contents - Input Parameters - Output Structure - Usage - Example ## Input Parameters The input parameters are defined as a JSON object with the following fields: ### List Mode json { "mode": "index", "page": 1, "pageSize": 10 // max page Size is 250 } ### Single Company Mode json { "mode": "company", "url": "company-name-slug" // or full URL to company profile } ## Output Structure The output structure varies depending on the mode selected: ### List Mode Output typescript interface IndexResponse { companies: CompanyListItem[]; } interface CompanyListItem { id: string; name: string; description: string; slug: string; industry: string; sector: string; size: string; isCertified: boolean; latestVerifiedScore: string; initialCertificationDateTimestamp: number; companyLogo?: string; // Location information hqCity: string; hqCountry: string; hqProvince?: string; hqPostalCode?: string; cities: string[]; countries: string[]; provinces: string[]; // Additional metadata demographicsList: string[]; websiteKeywords?: string; } ### Company Mode Output typescript interface CompanyDetail { id: string; name: string; slug: string; description: string; sector: string; industry: string; size: string; website?: string; companyLogo?: string; lifestyleLogo?: string; // Demographics demographics: { womenOwned: boolean; minorityOwned: boolean; lgbtqOwned: boolean; blackOwned: boolean; employeeOwned: boolean; familyOwned: boolean; veteranOwned: boolean; indigenousOwned: boolean; personWithDisabilityOwned: boolean; immigrantOwned: boolean; }; // Location information hqCountry: string; hqProvince: string; hqCity: string; hqPostalCode: string; countries: string[]; provinces: string[]; cities: string[]; // B Corp specific data latestVerifiedScore: number; initialCertificationDateTimestamp: number; websiteKeywords?: string; // Assessment details assessments: Array<{ overallScore: number; ratingDate: number; fullTimeWorkers: number; impactAreas: Array<{ id: number; name: string; score: number; impactTopics: Array<{ id: number; name: string; score: number; isIbm: boolean; }>; }>; }>; } ### Example Company Response json { "id": "example-id-123", "name": "Example Sustainable Solutions", "description": "A technology company dedicated to sustainable solutions...", "sector": "Service with Significant Environmental Footprint", "industry": "Technology & Software", "size": "50-249", "website": "www.example.com", "latestVerifiedScore": 95.5, "demographics": { "womenOwned": false, "minorityOwned": false, "lgbtqOwned": false, "employeeOwned": true }, "hqCity": "Austin", "hqCountry": "United States", "hqProvince": "Texas", "assessments": [ { "overallScore": 95.5, "fullTimeWorkers": 75, "impactAreas": [ { "name": "Governance", "score": 18.2, "impactTopics": [ { "name": "Mission & Engagement", "score": 4.5, "isIbm": false } ] } ] } ] } ## Usage 1. Choose operation mode: Decide whether you want to scrape the company index or a single company profile 2. Configure input: Create a JSON file with your desired input parameters (see Input Parameters section) 3. Run the actor: Execute the Apify actor with your JSON input 4. Process results: Access the structured data from Apify's storage ## Example ### List Mode Example json { "mode": "index", "index": { "page": 1, "pageSize": 25 // max page Size is 250 } } ### Single Company Example json { "mode": "company", "company": { "url": "smith-limited" } } ## Disclaimer This actor is designed for legitimate data collection from B Lab's public B Corporation directory. Please ensure your usage complies with bcorporation.net's terms of service and robots.txt policies.

Common Use Cases

Market Research

Gather competitive intelligence and market data

Lead Generation

Extract contact information for sales outreach

Price Monitoring

Track competitor pricing and product changes

Content Aggregation

Collect and organize content from multiple sources

Ready to Get Started?

Try B-Corporation ESG Data Scraper now on Apify. Free tier available with no credit card required.

Start Free Trial

Actor Information

Developer
njoylab
Pricing
Paid
Total Runs
608
Active Users
31
Apify Platform

Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.

Learn more about Apify

Need Professional Help?

Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.

Find a Specialist

Trusted by millions | Money-back guarantee | 24/7 Support