Example: Accessing an internal CRM dashboard:

Example: Scraping product listings from an e-commerce category page:

Example: Importing the latest currency exchange rates from a financial news site:

=importFromWeb("https://example.com/forex", "table", ".exchange-rates") Many modern websites use JavaScript to load data via hidden JSON endpoints. Advanced importFromWeb functions intercept network responses or parse embedded <script> tags to extract structured JSON objects—no separate API client needed.

Example: Pulling live Bitcoin price from a crypto dashboard: