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.
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.
The actor requires the following input schema:
Field | Type | Description | Required | Default |
---|---|---|---|---|
source | String | The short identifier of the source currency (e.g., USD ). | Yes | CAD |
target | String | The short identifier of the target currency (e.g., JPY ). | Yes | USD |
amount | Integer | The amount to convert. | Yes | 1 |
1{ 2 "source": "CAD", 3 "target": "USD", 4 "amount": 1 5}
The actor produces the following output in JSON format:
Field | Type | Description |
---|---|---|
source | String | The source currency code. |
target | String | The target currency code. |
input | Integer | The original amount to be converted. |
output | Float | The converted amount in the target currency. |
1[ 2 { 3 "source": "CAD", 4 "target": "USD", 5 "input": 1, 6 "output": 0.71 7 } 8]
Provide the required input parameters (source
, target
, and amount
) to configure the currency conversion.
Trigger the actor on Apify to begin the conversion process.
Upon completion, the output will be available in the dataset tab, formatted as JSON.
If you encounter any issues or have questions, feel free to open an issue.
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.
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.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
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!