Net Revenue
$0.00
Loading...
Total Calls
0
β
Unique Agents
0
active this month
Active Services
0
online now
Daily Revenue ($)
Live Transactions
Top Services
| Service | Calls | Revenue | Price/call |
|---|---|---|---|
| Loading... | |||
| Name | Category | Price/call | Calls | Revenue | Status | Actions |
|---|---|---|---|---|---|---|
| No services yet. Click "+ New Service" to add one. | ||||||
| ID | Agent | Service | Amount | Net | Date |
|---|---|---|---|---|---|
| No transaction | |||||
Available balance
$0.00
Automatic payout every 7 days via Stripe Connect
Pending: $0.00
Payout history
Connect your Stripe account to see payout history
Your run.pay API Key
Use this key in the SDK to publish services
vnd_β’β’β’β’β’β’β’β’β’β’β’β’β’β’β’β’β’β’β’β’β’β’β’β’
Copy
How it works
Share your link. For each seller who signs up via your link:
β You earn 10% of our commission for 3 months
β You earn 10% of our commission for 3 months
Stripe Integration
Connect your Stripe account to receive payouts via Stripe Connect.
Quick start β SDK
# Python SDK
pip install requests
from runpay_sdk import RunPay
rp = RunPay(agent_id="my-agent-001")
# Validate a phone number β $0.60
result = rp.validate_phone("+33612345678")
# Scrape a website β $0.60
result = rp.scrape("https://example.com")
# Generate a PDF β $0.60
result = rp.generate_pdf("Invoice #001", doc_type="invoice")
# Take a screenshot β $0.60
result = rp.screenshot("https://example.com")
# Validate 1000 numbers β $5.00
result = rp.validate_phones_batch(["+33612345678", "+1234567890"])
Webhooks