Bun Scraping API
5. Credly Certificates

Credly Certificates

List certificates: Coursera, AWS, ...

Request

https://api.bunhere.com/api/credly?userid={profile-username}

Replace profile-username value with your profile user name. Example: https://www.credly.com/users/emma-ngo/badges the value is emma-ngo

Example Data Response

{
    "data": [
        {
            "icon": "https://images.credly.com/size/220x220/images/771cff46-3573-4d12-bfd8-528745f00957/GCC_badge_PGM_1000x1000.png",
            "title": "Google Project Management Certificate",
            "from": "Coursera"
        },
        {
            "icon": "https://images.credly.com/size/220x220/images/fb97a12f-c0f1-4f37-9b7d-4a830199fe84/GCC_badge_IT_Support_1000x1000.png",
            "title": "Google IT Support Professional Certificate",
            "from": "Coursera"
        }
    ],
    "message": "Success!"
}