Credly Profile Scraper
Pricing
$2.00 / 1,000 results
Go to Apify Store
Pricing
$2.00 / 1,000 results
Rating
0.0
(0)
Developer

harrison o
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
2
Monthly active users
a month ago
Last modified
Categories
Share
Credly Actor
Build and run
- Build:
make build(image name:credly-actor:local) - Run without proxy:
make run-no-proxy - Run with Apify proxy: export
APIFY_PROXY_URL, thenmake run
Local testing
- One-time dev env:
make dev - Tests:
make test(uses .venv), ormake test-dockerto run tests in a container
Apify
- Local run via CLI:
apify run - Deploy to Apify:
apify push - Actor metadata:
.actor/actor.json - Input schema:
INPUT_SCHEMA.json - Local input:
storage/key_value_stores/default/INPUT.json
Input example
Update storage/key_value_stores/default/INPUT.json:
{"profileUrl": "https://www.credly.com/users/<username>/badges#credly","maxBadges": 50,"useApifyProxy": false}
Testing
- One-time dev env:
make dev - Unit tests:
make test - E2E tests:
make test-e2e