Canva Scraper avatar

Canva Scraper

Try for free

No credit card required

View all Actors
Canva Scraper

Canva Scraper

epctex/canva-scraper
Try for free

No credit card required

Scrape thousands of templates from Canva.com. Extract data on available templates based on keywords. Customize your search and scrape from search, list, or user detail pages for colors, fonts, images, and more!

You can access the Canva Scraper programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1echo '{
2  "search": "baby instagram",
3  "maxItems": 20,
4  "endPage": 1,
5  "startUrls": [
6    "https://www.canva.com/posters/templates/",
7    "https://www.canva.com/templates/?query=baby&continuation=50",
8    "https://www.canva.com/p/templates/EAFCgIJdXTw-brown-aesthetic-new-dad-fist-bumps-father-s-day-instagram-post/",
9    "https://www.canva.com/p/donnamoritz/"
10  ],
11  "extendOutputFunction": "($) => { return {} }",
12  "customMapFunction": "(object) => { return {...object} }",
13  "proxy": {
14    "useApifyProxy": true
15  }
16}' |
17apify call epctex/canva-scraper --silent --output-dataset

Canva Scraping Tool API through CLI

The Apify CLI is the official tool that allows you to use Canva Scraper locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include:

Developer
Maintained by Community
Actor metrics
  • 4 monthly users
  • 2 stars
  • 100.0% runs succeeded
  • Created in Jun 2022
  • Modified about 16 hours ago