VOOZH about

URL: https://apify.com/vivid_astronaut/credit-score

โ‡ฑ Credit Score API ยท Apify


Pricing

from $5.00 / 1,000 results

Go to Apify Store

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Fabio Suizu

Fabio Suizu

Maintained by Community

Actor stats

0

Bookmarked

12

Total users

0

Monthly active users

5 months ago

Last modified

Categories

Share

Credit Score service powered by Azure. Fast, reliable, and scalable API.

Features

  • Fast Processing: Lightning-fast credit score api powered by Azure
  • Reliable: 99.9% uptime with automatic failover
  • Scalable: Handle single requests or bulk operations
  • Secure: Enterprise-grade security with API key authentication
  • Well Documented: Comprehensive API documentation and examples

Use Cases

  • Development: Integrate into your development workflow
  • Automation: Build automated pipelines
  • Integration: Connect with other services

Input Parameters

ParameterTypeRequiredDescription
dataobjectNoInput data to process. Send your API request payload here.
endpointstringNoSpecific endpoint to call (e.g., /api/v1/process)

Output Format

{
"success":true,
"result":{ ... },
"timestamp":"2026-01-07T00:00:00Z"
}

Code Examples

JavaScript (Node.js)

import{ ApifyClient }from'apify-client';
const client =newApifyClient({token:'YOUR_API_TOKEN'});
const input ={
"data":{},
"endpoint":"/api/v1/process"
};
const run =await client.actor("vivid_astronaut/credit-score").call(input);
const{ items }=await client.dataset(run.defaultDatasetId).listItems();
console.log(items);

Python

from apify_client import ApifyClient
client = ApifyClient("YOUR_API_TOKEN")
run_input ={
"data":{},
"endpoint":"/api/v1/process"
}
run = client.actor("vivid_astronaut/credit-score").call(run_input=run_input)
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item)

cURL

curl-X POST "https://api.apify.com/v2/acts/vivid_astronaut~credit-score/runs?token=YOUR_API_TOKEN"\
-H"Content-Type: application/json"\
-d'{
"data": {},
"endpoint": "/api/v1/process"
}'

Pricing

Model: Pay per result Price: $0.005 per result

You only pay for successful results. Platform usage costs are included.

API Documentation

Full API documentation is available at:

Support

Version History

See ./CHANGELOG.md for version history.


Powered by Azure Cloud Infrastructure

You might also like

Obituary Life-Insurance Lead Scraper

george.the.developer/obituary-life-insurance-leads

Recent US obituaries with surviving family extraction, funeral home details, estate signals, lead score, and insurance pitch angles. Built for life insurance agents and estate planners. Pay per result.

12

Options Flow & Unusual Activity

datara/unusual-options-activity

Scrape real-time unusual options activity, full chains, and intraday flow from Barchart. Filter by Vol/OI ratio, premium, and option type. Returns clean JSON โ€” ready for Python, spreadsheets, or trading alerts. $1.50/run flat.

Google Finance API

johnvc/google-finance-api

Extract real-time stock quotes, price history, market indices, financial statements, and company news from Google Finance. Supports stocks, ETFs, indices, currencies, and crypto - single symbol or batch portfolio runs.

Yahoo Finance Options & IV Scraper (Cheap and Fast) ๐Ÿ“ˆ

ahmed_jasarevic/yahoo-finance-options

Extract Yahoo Finance options chain with real-time Implied Volatility (IV), Open Interest, and Volume. Output is perfectly flattened for Excel, CSV, and Google Sheets.

๐Ÿ‘ User avatar

Ahmed Jasarevic

49

5.0

Congress Financial Disclosures & Stock Trades

johnvc/us-congress-financial-disclosures-and-stock-trading-data

This Apify actor provides comprehensive access to US Congressional financial disclosure and stock trading data. Search for transactions by congressional member name, specific report dates, date ranges, or stock ticker symbols. Perfect for journalists, researchers, and transparency advocates.

Florida Business Leads

great_pistachio/florida-business-leads

Get fresh Florida business filings daily โ€” LLC/Corp registrations with officer names, addresses, registered agents, and filing details. Sourced directly from Florida Division of Corporations. Ideal for insurance agents, B2B sales, and lead generation.

๐Ÿ‘ User avatar

Saturnin Pugnet

28

Florida Sunbiz Scraper - Business Entity & LLC Leads

pink_comic/sunbiz-florida-business-leads

Florida Sunbiz scraper for business entity filings, LLC/corp lookup data, registry verification, and new-company leads. Extract names, status, officers, registered agents, addresses, FEI/EIN fields, and filing dates from Florida Division of Corporations. For KYC, prospecting, and due diligence.

World Cup Ticket Scraper 2026 โ€“ Live Resale Prices

openclawai/worldcup-tickets-scraper

Scrape live 2026 FIFA World Cup resale ticket inventory โ€” prices, sections, rows, deal scores and venues โ€” with rich filters for team, host country, date and price.