Credly Profile Scraper
Pricing
$2.00 / 1,000 results
Go to Apify Store
Credly Profile Scraper
Scrapes the badges that belong to a credly profile
0.0 (0)
Pricing
$2.00 / 1,000 results
0
1
1
Last modified
16 days ago
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
Share Actor:
