comprehensive-financial-scraper avatar
comprehensive-financial-scraper

Pricing

$12.00 / 1,000 results

Go to Store
comprehensive-financial-scraper

comprehensive-financial-scraper

Developed by

Shashwat Ghosh

Shashwat Ghosh

Maintained by Community

💰 Comprehensive financial data scraper. Extract financial information, market data, and business insights. Perfect for analysts, investors, and researchers. Get structured financial data efficiently of BSE and NSE listed companies in India.

0.0 (0)

Pricing

$12.00 / 1,000 results

0

2

2

Last modified

2 days ago

📊 Google Sheet ID

googleSheetIdstringRequired

Google Sheet ID containing the companies data to scrape

Default value of this property is "1jNh9tJyyc7k6jcihQ8BGCkpZOsDmyyrql9TN45vjebI"

📋 Worksheet Name

worksheetNamestringOptional

Name of the specific worksheet containing company data

Default value of this property is "Sheet1"

🏢 Company Data (Auto-populated for testing)

companiesarrayOptional

Pre-populated company data for instant testing. Leave as-is for automated testing.

Default value of this property is [{"company_name":"Test Financial Corp Ltd","symbol":"TESTFIN","exchange":"NSE","sector":"Financial Services","revenue":"1000 Cr","profit":"150 Cr","market_cap":"5000 Cr","pe_ratio":"15.5","debt_to_equity":"0.3","roe":"12.8","current_ratio":"1.2","dividend_yield":"2.5","_mock_data":true,"_test_mode":true,"_data_completeness":100,"_data_quality_score":95,"_extraction_timestamp":"2025-08-05T12:00:00.000Z"}]

🔢 Start Row

startRowintegerOptional

Row number to start reading from (1-based, excluding header)

Default value of this property is 2

🏁 End Row (Optional)

endRowintegerOptional

Row number to stop reading at. Leave empty to read all rows

📦 Batch Size

batchSizeintegerOptional

Number of companies to process in this batch (smaller batches for large datasets)

Default value of this property is 1

🔄 Batch Index

batchIndexintegerOptional

Which batch to process (0-based). E.g., batch 0 = companies 1-100

Default value of this property is 0

🧪 Test Mode

testModebooleanOptional

If enabled, uses pre-populated mock data for instant testing

Default value of this property is true

⚡ Max Concurrency

maxConcurrencyintegerOptional

Maximum pages to process simultaneously (keep low to avoid blocks)

Default value of this property is 1

⏳ Page Load Wait Time (ms)

waitForLoadMsintegerOptional

Time to wait for dynamic content to load on each page

Default value of this property is 500

🕐 URL Discovery Timeout (ms)

urlDiscoveryTimeoutintegerOptional

Timeout for URL validation and discovery requests

Default value of this property is 3000

📈 Include Financial Ratios

includeFinancialRatiosbooleanOptional

Calculate and include financial ratios in the output

Default value of this property is false

🏦 Preferred Data Source

dataSourceEnumOptional

Primary source for financial data extraction

Value options:

"auto": string"bse": string"nse": string"company_website": string"multiple_sources": string

Default value of this property is "auto"