Farrow Ball Collection avatar
Farrow Ball Collection
Under maintenance

Pricing

Pay per usage

Go to Store
Farrow Ball Collection

Farrow Ball Collection

Under maintenance

Developed by

Prashant Suthar

Prashant Suthar

Maintained by Community

This actor scrapes paint and wallpaper product data from farrow-ball.com, including colour names, numbers, descriptions, finish options, complementary colours, and more. Ideal for designers, decorators, or e-commerce platforms needing structured data on Farrow & Ball’s.

0.0 (0)

Pricing

Pay per usage

0

1

1

Last modified

3 days ago

Python empty template

Start a new web scraping project quickly and easily in Python with our empty project template. It provides a basic structure for the Actor with Apify SDK and allows you to easily add your own functionality.

Included features

  • Apify SDK for Python - a toolkit for building Apify Actors and scrapers in Python
  • Input schema - define and easily validate a schema for your Actor's input
  • Request queue - queues into which you can put the URLs you want to scrape
  • Dataset - store structured data where each object stored has the same attributes

How it works

Insert your own code to async with Actor: block. You can use the Apify SDK with any other Python library.

Resources

Getting started

For complete information see this article. To run the Actor use the following command:

$apify run

Deploy to Apify

Connect Git repository to Apify

If you've created a Git repository for the project, you can easily connect to Apify:

  1. Go to Actor creation page
  2. Click on Link Git Repository button

Push project on your local machine to Apify

You can also deploy the project on your local machine to Apify without the need for the Git repository.

  1. Log in to Apify. You will need to provide your Apify API Token to complete this action.

    $apify login
  2. Deploy your Actor. This command will deploy and build the Actor on the Apify Platform. You can find your newly created Actor under Actors -> My Actors.

    $apify push

Documentation reference

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