VOOZH about

URL: https://apify.com/vivid_astronaut/crypto-tax

โ‡ฑ Crypto Tax API ยท Apify


Pricing

from $10.00 / 1,000 results

Go to Apify Store

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Fabio Suizu

Fabio Suizu

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

5 months ago

Last modified

Categories

Share

Crypto Tax service powered by Azure. Fast, reliable, and scalable API.

Features

  • Fast Processing: Lightning-fast crypto tax 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/crypto-tax").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/crypto-tax").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~crypto-tax/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

Zillow Tax History Scraper

powerai/zillow-tax-history-scraper

Scrape property tax history from Zillow, including tax amounts, value changes, and tax rates.

Crypto News Aggregator

code-node-tools/crypto-news-aggregator

Aggregate cryptocurrency news from the best crypto blogs and top sources. Get real-time crypto intelligence news, crypto reports, and structured data via a powerful crypto news API. Supports custom RSS feeds, keyword filtering, and duplicate removal.

39

Dallas Property Tax Scraper - Property Records API

pink_comic/dallas-county-property-tax-search

Scrape Dallas County property tax and appraisal records from DCAD/Dallas Tax Office. Search by owner, address, or account; export owner names, mailing addresses, values, tax levy, amount due, and legal descriptions for real estate leads, title, underwriting, and tax-lien research.

Crypto News Api

apipi/crypto-news-scraper

Get instant access to the latest crypto news, market updates, and blockchain developments with simple API calls. Perfect for crypto news monitoring, market research, and content aggregation.

Cook County Property Records Scraper | Real Estate Tax Data

parseforge/cook-county-property-records-scraper

Export Cook County, Illinois property tax and assessment records. Includes PIN, owner name, property address, tax year, assessed value, exemptions, and tax billed. Filter by tax year or PIN. Download as CSV, Excel, JSON, or XML. Sourced from Cook County open data.

Top Crypto Data Scraper

clothefobia/top-crypto-data-scraper

Top Crypto Data Scraper : Scrap all Top Crypto Currency Data with current price, Volume and other changes level.

Crypto Price Fetcher

ar_scraper/Crypto-price-Fetch

Get real time cryptocurrency prices and live market data for Bitcoin, Ethereum, and other popular coins using the Crypto price Fetcher API. Track up-to-date crypto values instantly with this simple Apify API.

Property Price Tax History

coder_luffy/property-price-tax-history

Property price and tax history scraper that pulls records in bulk by property ID, listing URL, or address.

Zillow Price Tax History Scraper

kawsar/zillow-price-tax-history-scraper

Property price and tax history scraper that outputs one flat row per event. Every sale, price change, and tax year becomes its own dataset record, ready to load into a spreadsheet or database without any post-processing.