Google Currency Conversion Rates Scraper

Google Currency Conversion Rates Scraper

Retrieves live currency conversion rates using Google and calculates the converted value for a specified amount. It supports a wide range of currencies and provides an easy-to-use interface for configuration.

ECOMMERCETRAVELAUTOMATIONApify

Google Currency Conversion Scraper

This actor retrieves live currency conversion rates using Google and calculates the converted value for a specified amount. It supports a wide range of currencies and provides an easy-to-use interface for configuration.

Features

  • Fetches up-to-date currency conversion rates from Google.
  • Converts a specified amount from a source currency to a target currency.
  • Outputs the conversion details in JSON format.

Input

The actor requires the following input schema:

FieldTypeDescriptionRequiredDefault
sourceStringThe short identifier of the source currency (e.g., USD).YesCAD
targetStringThe short identifier of the target currency (e.g., JPY).YesUSD
amountIntegerThe amount to convert.Yes1

Example Input

1{
2  "source": "CAD",
3  "target": "USD",
4  "amount": 1
5}

Output

The actor produces the following output in JSON format:

FieldTypeDescription
sourceStringThe source currency code.
targetStringThe target currency code.
inputIntegerThe original amount to be converted.
outputFloatThe converted amount in the target currency.

Example Output

1[
2  {
3    "source": "CAD",
4    "target": "USD",
5    "input": 1,
6    "output": 0.71
7  }
8]

Usage

1. Set Input Parameters

Provide the required input parameters (source, target, and amount) to configure the currency conversion.

2. Run the Actor

Trigger the actor on Apify to begin the conversion process.

3. View Results

Upon completion, the output will be available in the dataset tab, formatted as JSON.


Use Cases

  • Financial Analysis: Quickly convert between different currencies for reporting or budgeting.
  • Travel Planning: Estimate costs in a foreign currency using up-to-date rates.
  • eCommerce: Display dynamic currency conversions for online shoppers.

Technical Details

  • This actor scrapes live data directly from Google search results.

Support

If you encounter any issues or have questions, feel free to open an issue.


Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!