Canva Templates Scraper avatar
Canva Templates Scraper
Under maintenance
Try for free

14 days trial then $50.00/month - No credit card required now

View all Actors
This Actor is under maintenance.

This Actor may be unreliable while under maintenance. Would you like to try a similar Actor instead?

See alternative Actors
Canva Templates Scraper

Canva Templates Scraper

dtrungtin/canva-templates-scraper
Try for free

14 days trial then $50.00/month - No credit card required now

Extracting all templates from the template list page.

Canva Templates Scraper

Canva Templates Scraper is an Apify actor for extracting templates from Canva. It is build on top of Apify SDK and you can run it both on Apify platform and locally. You should go to www.canva.com and mouse over the "Templates" dropdown on the header and there you choose a category you want to scrape. It always has to have the format https://www.canva.com/xxxx/templates/.

Input

FieldTypeDescriptionDefault value
startUrlsarrayList of Request objects that will be crawled. The URL can be a template list page https://www.canva.com/banners/templates/.https://www.canva.com/banners/templates/
proxyConfigurationobjectProxy must be always used when running on the platform{ "useApifyProxy": true }

Output

Output is stored in a dataset. Each item is an information about a template. Example:

1[{
2  "url": "https://www.canva.com/templates/EAEeJtdDwwI-blue-and-orange-organic-and-handcrafted-welcome-message-elementary-back-to-school-banner/",
3  "name": "Blue and Orange Organic and Handcrafted Welcome Message Elementary Back to School Banner",
4  "colorList": [
5    "#f0efed",
6    "#0c5eaf",
7    "#ed9f54",
8    "#685347",
9    "#cb4642"
10  ],
11  "fontList": [
12    "Hero",
13    "Marykate"
14  ],
15  "size": null,
16  "categoryId": "tAEAieI2jOU",
17  "templateId": "EAEeJtdDwwI",
18  "typeId": "TAEJIJ68vc8",
19  "frontImageUrl": "https://marketplace.canva.com/EAEeJtdDwwI/1/0/1600w/canva-blue-and-orange-organic-and-handcrafted-welcome-message-elementary-back-to-school-banner-0wSP4WNLyvw.jpg",
20  "frontThumbImageUrl": "https://marketplace.canva.com/EAEeJtdDwwI/1/0/400w/canva-blue-and-orange-organic-and-handcrafted-welcome-message-elementary-back-to-school-banner-h2Zp-IRxzSU.jpg",
21  "backImageUrl": null,
22  "backThumbImageUrl": null
23},
24{
25  "url": "https://www.canva.com/templates/EAEnshLmzZQ-blue-school-admission-registration-banner/",
26  "name": "Blue School Admission Registration Banner",
27  "colorList": [
28    "#0e2e48",
29    "#d5e2e9",
30    "#94726e",
31    "#a6b55c",
32    "#e47b2b"
33  ],
34  "fontList": [
35    "Montserrat Extra-Bold",
36    "Montserrat Semi-Bold"
37  ],
38  "size": "72 × 36 in",
39  "categoryId": false,
40  "typeId": "CANVA_FOR_WORK",
41  "frontImageUrl": "https://marketplace.canva.com/EAEnshLmzZQ/1/0/1600w/canva-blue-school-admission-registration-banner-_UNubrJDPn0.jpg",
42  "frontThumbImageUrl": "https://marketplace.canva.com/EAEnshLmzZQ/1/0/400w/canva-blue-school-admission-registration-banner-dYsmwnrRXPU.jpg",
43  "backImageUrl": null,
44  "backThumbImageUrl": null
45}]

Compute units consumption

Keep in mind that it is much more efficient to run one longer scrape (at least one minute) than more shorter ones because of the startup time.

The average consumption is 1 Compute unit for crawling 800 templates scraped

Epilogue

Thank you for trying my actor. I will be very glad for a feedback that you can send to my email dtrungtin@gmail.com.

Developer
Maintained by Community
Actor metrics
  • 2 monthly users
  • 100.0% runs succeeded
  • Created in Sep 2021
  • Modified 8 months ago