VOOZH about

URL: https://apify.com/jordangallant/c02-celebrity-emissions-data

⇱ C02 Celebrity Emissions Data Β· Apify


πŸ‘ C02 Celebrity Emissions Data avatar

C02 Celebrity Emissions Data

Under maintenance

Pricing

Pay per usage

Go to Apify Store

C02 Celebrity Emissions Data

Under maintenance

This Actor is able to get C02 Emmisions history from a tail number of a private jet

Pricing

Pay per usage

Rating

0.0

(0)

Developer

πŸ‘ Jordan Gallant

Jordan Gallant

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

7 months ago

Last modified

Share

Python Crawlee & BeautifulSoup Actor Template

This template example was built with Crawlee for Python to scrape data from a website using Beautiful Soup wrapped into BeautifulSoupCrawler.

Quick Start

Once you've installed the dependencies, start the Actor:

$apify run

Once your Actor is ready, you can push it to the Apify Console:

apify login # first, you need to log in if you haven't already done so
apify push

Project Structure

.actor/
β”œβ”€β”€ actor.json # Actor config: name, version, env vars, runtime settings
β”œβ”€β”€ dataset_schena.json # Structure and representation of data produced by an Actor
β”œβ”€β”€ input_schema.json # Input validation & Console form definition
└── output_schema.json # Specifies where an Actor stores its output
src/
└── main.py # Actor entry point and orchestrator
storage/ # Local storage (mirrors Cloud during development)
β”œβ”€β”€ datasets/ # Output items (JSON objects)
β”œβ”€β”€ key_value_stores/ # Files, config, INPUT
└── request_queues/ # Pending crawl requests
Dockerfile # Container image definition

For more information, see the Actor definition documentation.

How it works

This code is a Python script that uses BeautifulSoup to scrape data from a website. It then stores the website titles in a dataset.

  • The crawler starts with URLs provided from the input startUrls field defined by the input schema. Number of scraped pages is limited by maxPagesPerCrawl field from the input schema.
  • The crawler uses requestHandler for each URL to extract the data from the page with the BeautifulSoup library and to save the title and URL of each page to the dataset. It also logs out each result that is being saved.

What's included

Resources

Creating Actors with templates

Getting started

For complete information see this article. In short, you will:

  1. Build the Actor
  2. Run the Actor

Pull the Actor for local development

If you would like to develop locally, you can pull the existing Actor from Apify console using Apify CLI:

  1. Install apify-cli

    Using Homebrew

    $brew install apify-cli

    Using NPM

    $npm-ginstall apify-cli
  2. Pull the Actor by its unique <ActorId>, which is one of the following:

    • unique name of the Actor to pull (e.g. "apify/hello-world")
    • or ID of the Actor to pull (e.g. "E2jjCZBezvAZnX8Rb")

    You can find both by clicking on the Actor title at the top of the page, which will open a modal containing both Actor unique name and Actor ID.

    This command will copy the Actor into the current directory on your local machine.

    $apify pull <ActorId>

Documentation reference

To learn more about Apify and Actors, take a look at the following resources:

You might also like

Instagram Comments, Replies and Subscribers Scraper (No Cookie)

datadoping/instagram-comments-and-replies-scraper

This scraper will help you scrape comments without the need of cookie or your session id. It is able to scrape replies from all users (not just owner's reply). It is able to scrape subscribers if there badge is turned on. This is a paid scraper so scraping is limited for freemium users.

551

4.5

Jet2Holidays Scraper

lexis-solutions/jet2holidays-scraper

Nothing beats a Jet2Holidays (Scraper)! Turn Jet2Holidays search and hotel pages into decision-ready data. This actor captures live package prices, availability, hotel highlights, ratings, and flight infoβ€”perfect for price comparison, market tracking, and travel content enrichment.

πŸ‘ User avatar

Lexis Solutions

6

able Property Scraper β€” Japan Rental Data & API

sian.agency/able-property-scraper

able (エむブル) rental scraper & real estate data API for able.co.jp. Apartment & house rent listings: rent, layout, area, floor, deposit, key money, brokerage fee, building age & structure, station access, photos β€” clean JSON/CSV, one row per unit. Fast overview or full detail. No account needed.

2

FAA Aircraft Registry Scraper - Owner, Tail Number, Model

jungle_synthesizer/faa-aircraft-registry-crawler

Extract US-registered aircraft from the FAA Aircraft Registry: owner identity, make/model, registration dates, airworthiness, and Mode S hex for ADS-B correlation. Corporate-jet filter for HNW leads. Modes: by N-number, owner, make/model, or corporate-jet sweep.

πŸ‘ User avatar

BowTiedRaccoon

6

Tripadvisor Scraper

maxcopell/tripadvisor

This unofficial Tripadvisor API is a data extraction tool able to get data on hotels, restaurants, things to do, vacation rentals, attractions, tours, and public trips. Get pricing, contact details, amenities, awards, ratings, and more. Download your data in Excel, JSON, CSV, and other formats.

Instagram Likes Scraper (No Cookie)

datadoping/instagram-likes-scraper

This scraper will help you scrape likes without the need of cookie or your session id. It is able to scrape around 1000 unique likers (max in the market). It also shows total likes of a post whose like count is hidden.

1.2K

5.0

Unofficial Celebrity Cruises Itineraries & Sailings Scraper

devpartners/celebrity-cruises-itineraries

Unofficial browser-backed scraper for public Celebrity Cruises search result pages: itineraries, sailing dates, ports of call, and visible starting prices.

πŸ” Long-Tail Keyword Discovery

powerai/long-tail-keyword-discovery

Harness the power of AI to discover high-potential long-tail keywords for your SEO strategy. Get comprehensive keyword analysis with search volume, competition metrics, and ranking difficulty in multiple formats (PDF, HTML, Markdown).

Related articles

What data does AI use?
Read more
Pros and cons of web scraping
Read more
Top 5 web scraping tools to help you gather retail analytics
Read more