Extracting all templates from the template list page.
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/.
Field | Type | Description | Default value |
---|---|---|---|
startUrls | array | List 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/ |
proxyConfiguration | object | Proxy must be always used when running on the platform | { "useApifyProxy": true } |
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}]
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
Thank you for trying my actor. I will be very glad for a feedback that you can send to my email dtrungtin@gmail.com
.
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!