embed-bge-m3/FlagEmbedding/research/llm_embedder/data/toy/tool.json

9 lines
242 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{"query": "I am working on a web scraping project that requires accessing a website only accessible from the Tor network. Can you provide me with a Tor GET request to fetch the content from the website? Please include the URL 'http://expyuzz4wqqyqhjn.onion/about/history/' and also specify a user agent for the request. Additionally, I need to render the HTML using a real browser to capture all the dynamic content. Can you suggest an API that can help me with this?", "qid": "49635", "pos": ["Data, Scraper's Proxy, Standard GET, Basic proxy GET request, required_params: [{\"name\": \"url\", \"type\": \"STRING\", \"description\": \" Pass in `url` to specify the url that you want to fetch. If you require query parameters you can include a query string in the url or specify a json serialized object in the `params` parameter\", \"default\": \"https://example.com\"}], optional_params: [{\"name\": \"device\", \"type\": \"STRING\", \"description\": \"Pass in `device` to specify the type of web page you would like to see without needing to specify a user agent. This is recommended as an alternative to using `user_agent ` since it has a higher success rate\", \"default\": \"\"}, {\"name\": \"country\", \"type\": \"STRING\", \"description\": \"Pass in `country` for requests that require geolocation to route requests to proxies in specific country. Note: using `country` parameter can increase latency and decrease success rate for certain domains\", \"default\": \"\"}, {\"name\": \"session\", \"type\": \"STRING\", \"description\": \"Pass in `session` to keep cookies and ip address (if necessary) for future requests. You can obtain a session token from the response header `scrapers_proxy_session` after sending a request to the api. Session tokens will expire after 30 seconds of inactivity\", \"default\": \"\"}, {\"name\": \"params\", \"type\": \"OBJECT\", \"description\": \" Pass in `params` as json serialized object to specify url query parameters. This is an alternative to adding a query string to the `url` parameter\", \"default\": \"\"}, {\"name\": \"user_agent\", \"type\": \"STRING\", \"description\": \"Pass in `user_agent` if the page you are trying to scrape requires a specific user agent. If the page does not require a specific user agent, but a user agent from a type of device using `device` is recommended\", \"default\": \"\"}], return_schema: {\"errors\": [{\"value\": \"str\", \"property\": \"str\", \"message\": \"str\", \"_list_length\": 2}]}", "Data, Scraper's Proxy, JavaScript Rendered Page GET, Render html using a real browser. Useful for if content is loaded asynchronously or generated dynamically in the browser. JavaScript rendering is usually required to scrape websites that use React, Angular or Vue. For websites that do not need javascript rendering use [Standard GET](//rapidapi.com/scapers-proxy-scapers-proxy-default/api/scrapers-proxy2) instead for better performance and reliability., required_params: [{\"name\": \"url\", \"type\": \"STRING\", \"description\": \" Pass in `url` to specify the url that you want to fetch. If you require query parameters you can include a query string in the url or specify a json serialized object in the `params` parameter\", \"default\": \"https://example.com\"}], optional_params: [{\"name\": \"session\", \"type\": \"STRING\", \"description\": \"Pass in `session` to keep cookies and ip address (if necessary) for future requests. You can obtain a session token from the response header `scrapers_proxy_session` after sending a request to the api. Session tokens will expire after 30 seconds of inactivity\", \"default\": \"\"}, {\"name\": \"user_agent\", \"type\": \"STRING\", \"description\": \"Pass in `user_agent` if the page you are trying to scrape requires a specific user agent. If the page does not require a specific user agent, but a user agent from a type of device using `device` is recommended\", \"default\": \"\"}, {\"name\": \"country\", \"type\": \"STRING\", \"description\": \"Pass in `country` for requests that require geolocation to route requests to proxies in specific country. Note: using `country` parameter can increase latency and decrease success rate for certain domains\", \"default\": \"\"}, {\"name\": \"device\", \"type\": \"STRING\", \"description\": \"Pass in `device` to specify the type of web page you would like to see without needing to specify a user agent. This is recommended as an alternative to using `user_agent ` since it has a higher success rate\", \"default\": \"\"}, {\"name\": \"click_selector\", \"type\": \"STRING\", \"description\": \"Pass in `click_selector` as a css selector to specify an element that the browser should click on before capturing the html of the page\", \"default\": \"\"}, {\"name\": \"params\", \"type\": \"OBJECT\", \"description\": \" Pass in `params` as json serialized object to specify url query parameters. This is an alternative to adding a query string to the `url` parameter\", \"default\": \"\"}, {\"name\": \"wait_ajax\", \"type\": \"STRING\", \"description\": \"Pass in `wait_ajax` to specify if the browser should wait for ajax requests to finish before capturing the html of the page.\", \"default\": \"\"}, {\"name\": \"wait_time\", \"type\": \"NUMBER\", \"description\": \"Pass in `wait_time` to specify the time in milliseconds to wait before capturing the resulting html of the page.\", \"default\": \"10000\"}], return_schema: {\"errors\": [{\"value\": \"str\", \"property\": \"str\", \"message\": \"str\", \"_list_length\": 3}]}", "Data, Scraper's Proxy, Parser GET, Automatically parses html into an easily processable json format, required_params: [{\"name\": \"url\", \"type\": \"STRING\", \"description\": \" Pass in `url` to specify the url that you want to fetch. If you require query parameters you can include a query string in the url or specify a json serialized object in the `params` parameter\", \"default\": \"https://example.com\"}], optional_params: [{\"name\": \"auto_detect\", \"type\": \"BOOLEAN\", \"description\": \"Pass in `auto_detect` to get our system to automatically detect which parser to use.\", \"default\": \"true\"}, {\"name\": \"parser\", \"type\": \"STRING\", \"description\": \"Pass in `parser` to specify how to parse the page. For example, pass in `generic-extractor` to extract basic information from any page. For more options please contact support.\", \"default\": \"\"}, {\"name\": \"country\", \"type\": \"STRING\", \"description\": \"Pass in `country` for requests that require geolocation to route requests to proxies in specific country. Note: using `country` parameter can increase latency and decrease success rate for certain domains\", \"default\": \"\"}, {\"name\": \"user_agent\", \"type\": \"STRING\", \"description\": \"Pass in `user_agent` if the page you are trying to scrape requires a specific user agent. If the page does not require a specific user agent, but a user agent from a type of device using `device` is recommended\", \"default\": \"\"}, {\"name\": \"device\", \"type\": \"STRING\", \"description\": \"Pass in `device` to specify the type of web page you would like to see without needing to specify a user agent. This is recommended as an alternative to using `user_agent ` since it has a higher success rate\", \"default\": \"\"}], return_schema: {\"alert\": \"str\", \"title\": \"str\", \"favicon\": \"NoneType\", \"meta\": {\"description\": \"str\", \"keywords\": \"str\"}, \"content\": \"str\", \"canonical\": \"NoneType\", \"images\": \"empty list\", \"grouped_images\": {}, \"og_images\": \"empty list\", \"links\": [\"list of str with length 1\"]}", "Data, Scraper's Proxy, Tor GET, Send request to the [Tor network](//www.torproject.org/). Use [Standard GET](//rapidapi.com/scapers-proxy-scapers-proxy-default/api/scrapers-proxy2) instead for better performance and reliability for normal websites. Only recommended to access websites that are only accessible from the Tor network (e.g. websites with a \".onion\" top level domain), since this enpoint is slower than other endpoints., required_params: [], optional_params: [{\"name\": \"user_agent\", \"type\": \"STRING\", \"description\": \"Pass in `user_agent` if the page you are trying to scrape requires a specific user agent. If the page does not require a specific user agent, but a user agent from a type of device using `device` is recommended\", \"default\": \"\"}, {\"name\": \"device\", \"type\": \"STRING\", \"description\": \"Pass in `device` to specify the type of web page you would like to see without needing to specify a user agent. This is recommended as an alternative to using `user_agent ` since it has a higher success rate\", \"default\": \"\"}, {\"name\": \"params\", \"type\": \"OBJECT\", \"description\": \" Pass in `params` as json serialized object to specify url query parameters. This is an alternative to adding a query string to the `url` parameter\", \"default\": \"\"}, {\"name\": \"url\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"http://expyuzz4wqqyqhjn.onion/about/history/\"}], return_schema: {\"errors\": [{\"value\": \"str\", \"property\": \"str\", \"message\": \"str\", \"_list_length\": 1}]}"], "neg": ["Communication, Retrieve DNS Entries, /api/schema, , required_params: [], optional_params: [], return_schema: \"{\\\"openapi\\\": \\\"str\\\", \\\"info\\\": {\\\"title\\\": \\\"str\\\", \\\"description\\\": \\\"str\\\", \\\"contact\\\": {\\\"email\\\": \\\"str\\\"}, \\\"version\\\": \\\"str\\\"}, \\\"servers\\\": [{\\\"url\\\": \\\"str\\\", \\\"_list_length\\\": 1}], \\\"tags\\\": [{\\\"name\\\": \\\"str\\\", \\\"description\\\": \\\"str\\\", \\\"_list_length\\\": 1}], \\\"paths\\\": {\\\"/api/schema\\\": {\\\"get\\\": {\\\"summary\\\": \\\"str\\\", \\\"tags\\\": [\\\"list of str with length 1\\\"], \\\"responses\\\": {\\\"200\\\": {\\\"description\\\": \\\"str\\\", \\\"content\\\": {\\\"application/json\\\": {\\\"schema\\\": {\\\"type\\\": \\\"str\\\"}}}}}}}, \\\"/api/whois\\\": {\\\"get\\\": {\\\"summary\\\": \\\"str\\\", \\\"tags\\\": [\\\"list of str with length 1\\\"], \\\"parameters\\\": [{\\\"name\\\": \\\"str\\\", \\\"in\\\": \\\"str\\\", \\\"required\\\": \\\"bool\\\", \\\"example\\\": \\\"str\\\", \\\"schema\\\": {\\\"type\\\": \\\"str\\\"}, \\\"_list_length\\\": 3}], \\\"responses\\\": {\\\"200\\\": {\\\"description\\\": \\\"str\\\", \\\"content\\\": {\\\"application/json\\\": {\\\"schema\\\": {\\\"$ref\\\": \\\"str\\\"}}}}, \\\"401\\\": {\\\"description\\\": \\\"str\\\", \\\"content\\\": {\\\"application/json\\\": {\\\"schema\\\": {\\\"$ref\\\": \\\"str\\\"}}}}, \\\"404\\\": {\\\"description\\\": \\\"str\\\", \\\"content\\\": {\\\"application/json\\\": {\\\"schema\\\": {\\\"$ref\\\": \\\"str\\\"}}}}, \\\"500\\\": {\\\"description\\\": \\\"str\\\", \\\"content\\\": {\\\"application/json\\\": {\\\"sc\"", "Data, YouTube Media Downloader, Get Playlist Details, This endpoint fetches details of a YouTube playlist (user created playlist, album or radio playlist)., required_params: [{\"name\": \"playlistId\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"PLeCdlPO-XhWFzEVynMsmosfdRsIZXhZi0\"}], optional_params: [{\"name\": \"videos\", \"type\": \"BOOLEAN\", \"description\": \"Whether to list the first page of videos. Default to be `true`.\", \"default\": \"\"}, {\"name\": \"lang\", \"type\": \"STRING\", \"description\": \"Language code (ISO-639) for localized results. Defaults to `en-US`. Unsupported code will **fallback** to `en-US`.\", \"default\": \"\"}], return_schema: {\"status\": \"bool\", \"type\": \"str\", \"id\": \"str\", \"title\": \"str\", \"description\": \"str\", \"videoCount\": \"int\", \"viewCountText\": \"str\", \"publishedTimeText\": \"str\", \"channel\": {\"type\": \"str\", \"id\": \"str\", \"name\": \"str\", \"avatar\": [{\"url\": \"str\", \"width\": \"int\", \"height\": \"int\", \"_list_length\": 3}]}, \"thumbnails\": [{\"url\": \"str\", \"width\": \"int\", \"height\": \"int\", \"_list_length\": 4}], \"videos\": {\"nextToken\": \"str\", \"items\": [{\"type\": \"str\", \"index\": \"int\", \"id\": \"str\", \"title\": \"str\", \"channel\": {\"type\": \"str\", \"id\": \"str\", \"name\": \"str\"}, \"lengthText\": \"str\", \"thumbnails\": [{\"url\": \"str\", \"width\": \"int\", \"height\": \"int\", \"_list_length\": 4}], \"_list_length\": 200}]}}", "Data, Trulia Real Estate Scraper, Get home details, Returns full details of home. Call **Get listing by url** or get items from *Search*. In response you'll get **url** of home. Take this url and pass it here into query. You can also go to https://www.trulia.com/AZ/Scottsdale/ and take urls e.g. https://www.trulia.com/p/az/fountain-hills/14834-e-valley-vista-dr-fountain-hills-az-85268--2113652369, required_params: [{\"name\": \"url\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"https://www.trulia.com/p/az/paradise-valley/9316-n-58th-st-paradise-valley-az-85253--2113546226\"}], optional_params: [], return_schema: \"{\\\"description\\\": \\\"str\\\", \\\"status\\\": \\\"int\\\", \\\"data\\\": {\\\"is_empty\\\": \\\"bool\\\", \\\"price_change\\\": \\\"NoneType\\\", \\\"price_history\\\": [{\\\"event\\\": \\\"str\\\", \\\"formatted_data\\\": \\\"str\\\", \\\"price\\\": {\\\"formatted_price\\\": \\\"str\\\", \\\"price\\\": \\\"int\\\", \\\"currency_code\\\": \\\"NoneType\\\", \\\"branch_banner_price\\\": \\\"NoneType\\\"}, \\\"source\\\": \\\"str\\\", \\\"_list_length\\\": 4}], \\\"price\\\": {\\\"formatted_price\\\": \\\"str\\\", \\\"price\\\": \\\"int\\\", \\\"currency_code\\\": \\\"str\\\", \\\"branch_banner_price\\\": \\\"str\\\"}, \\\"selling_soon_information\\\": \\\"NoneType\\\", \\\"highlights\\\": [{\\\"name\\\": \\\"str\\\", \\\"value\\\": \\\"str\\\", \\\"_list_length\\\": 6}], \\\"agent_name\\\": \\\"str\\\", \\\"broker_name\\\": \\\"str\\\", \\\"date_listed\\\": \\\"str\\\", \\\"description\\\": {\\\"date_last_updated_formatted\\\": \\\"str\\\", \\\"markdown\\\": \\\"NoneType\\\", \\\"text\\\": \\\"NoneType\\\", \\\"value\\\": \\\"str\\\", \\\"subheader\\\": \\\"NoneType\\\", \\\"contact_phone_number\\\": \\\"NoneType\\\"}, \\\"url\\\": \\\"str\\\", \\\"floor_space\\\": \\\"float\\\", \\\"floor_space_formatted\\\": \\\"str\\\", \\\"tags\\\": [\\\"list of str with length 2\\\"], \\\"photos\\\": [\\\"list of str with length 77\\\"], \\\"property_type\\\": \\\"str\\\", \\\"location\\\": {\\\"state_code\\\": \\\"str\\\", \\\"full_location\\\": \\\"str\\\",\"", "Business, Chartbeat, Historical Traffic Series, Returns series of the traffic sources and/or page load time where the default time span of each data point is 5 minutes. You should use this call if you want to see a more granular picture of your data., required_params: [{\"name\": \"host\", \"type\": \"STRING\", \"description\": \"The domain of the site you would like to query represented as a string.\", \"default\": \"avc.com\"}, {\"name\": \"jsonp\", \"type\": \"STRING\", \"description\": \"The name of a function to wrap the return data in.\", \"default\": \"\"}, {\"name\": \"human\", \"type\": \"STRING\", \"description\": \"A boolean that tells the api call to return human readable start and end time in the form YYYY-mm-dd HH:MM:SS, as opposed to the unix timestamp. Default: false.\", \"default\": \"\"}, {\"name\": \"start\", \"type\": \"STRING\", \"description\": \"A string in the form of a unix timestamp, YYYY-mm-dd, YY-mm-dd HH:MM:SS or a time delta, where the time delta specified is start time prior to now. NOTE: start is only accepted in EST. Default: The start of today.\", \"default\": \"\"}, {\"name\": \"end\", \"type\": \"STRING\", \"description\": \"A string in the form of a unix timestamp, YYYY-mm-dd, YY-mm-dd HH:MM:SS. NOTE: end is only accepted in EST. Default: The end of today.\", \"default\": \"\"}, {\"name\": \"limit\", \"type\": \"STRING\", \"description\": \"An integer or string that specifies the number of snapshots to return. e.g. 100 or time span from start to return snapshots for e.g. 10minutes, 3days, respectively. Default: the entire time span between start and end.\", \"default\": \"\"}, {\"name\": \"fields\", \"type\": \"STRING\", \"description\": \"One or a comma separated list of: return: the number of returning visitors. new: the number of new visitors. people: the number of people on the domain. read: the number of people reading on the domain. domload: the DOM load time. engaged_time_avg: the average enagaged time. write: the number of people writing on the domain. idle: the number of people idle on the domain. internal: the number of people coming from an internal referrer. social: the number of people coming from social services. Default: people.\", \"default\": \"\"}], optional_params: [], return_schema: \"\"", "Entertainment, Manga Scrapper, Chapters list - all, Make request to fetch chapter collection for a specific webtoon from a specific provider., required_params: [{\"name\": \"webtoon\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"my-wife-is-a-demon-queen\"}, {\"name\": \"provider\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"flame\"}], optional_params: [], return_schema: \"\"", "Location, Get IP Address and basic info., IP ADDRESS, JUST SEND AJAX OR REQUEST TO API., required_params: [], optional_params: [], return_schema: {\"ip\": \"str\", \"country_code\": \"str\", \"country\": \"str\", \"state\": \"str\", \"city\": \"str\", \"location\": {\"lat\": \"str\", \"lon\": \"str\"}, \"flags\": {\"png\": \"str\", \"svg\": \"str\"}, \"tor\": \"bool\"}", "Data, ScrapeMaster, Get data by \"class\", This endpoint will return all data from a specific tag and its class attribute., required_params: [{\"name\": \"class\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"gs-c-promo-heading gs-o-faux-block-link__overlay-link gel-pica-bold nw-o-link-split__anchor\"}, {\"name\": \"tag\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"a\"}, {\"name\": \"url\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"https://www.bbc.com/news/world\"}], optional_params: [{\"name\": \"pages\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}], return_schema: {}", "Database, Website Screenshot, Website Screenshot (v1), Get a screenshot of any web page with one API call (v1), required_params: [{\"name\": \"url\", \"type\": \"STRING\", \"description\": \"The target website's url.\", \"default\": \"google.com\"}], optional_params: [{\"name\": \"type\", \"type\": \"STRING\", \"description\": \"Image output type. Acceptable values: jpg | png pdf. Default: jpg\", \"default\": \"\"}, {\"name\": \"ua\", \"type\": \"STRING\", \"description\": \"The 'User-Agent' header string.\", \"default\": \"\"}, {\"name\": \"mobile\", \"type\": \"STRING\", \"description\": \"If specified, emulates mobile device.\", \"default\": \"\"}, {\"name\": \"noJs\", \"type\": \"STRING\", \"description\": \"If specified, disables JS.\", \"default\": \"\"}, {\"name\": \"imageOutputFormat\", \"type\": \"STRING\", \"description\": \"Response output format. Acceptable values: image | base64. Default: image\", \"default\": \"\"}, {\"name\": \"quality\", \"type\": \"STRING\", \"description\": \"Image quality. (only for jpg type). Acceptable values: 40 < quality < 99. Default: jpg\", \"default\": \"\"}, {\"name\": \"delay\", \"type\": \"STRING\", \"description\": \"Custom delay (ms) before screen capture. Acceptable values: 0 < delay < 10000 ms. Default: 250\", \"default\": \"\"}, {\"name\": \"thumbWidth\", \"type\": \"STRING\", \"description\": \"Image thumb width (px). Acceptable values: 50 < thumbWidth < width param value. Default: 0\", \"default\": \"\"}, {\"name\": \"mode\", \"type\": \"STRING\", \"description\": \"fast - waiting for the document.load event. slow - waiting for network idle event. Default: fast\", \"default\": \"\"}, {\"name\": \"timeout\", \"type\": \"STRING\", \"description\": \"Custom timeout (ms) for page loading. Acceptable values: 1000 < timeout < 30000 ms. Default: 15000\", \"default\": \"\"}, {\"name\": \"height\", \"type\": \"STRING\", \"description\": \"Image height (px). Acceptable values: 100 < width < 3000. Default: 600\", \"default\": \"\"}, {\"name\": \"scale\", \"type\": \"STRING\", \"description\": \"deviceScaleFactor value for the emulator. Acceptable values: 0.5 < scale < 4.0. Default: 1.0\", \"default\": \"\"}, {\"name\": \"scroll\", \"type\": \"STRING\", \"description\": \"If specified, scrolls down and up (useful for fullpage screenshots).\", \"default\": \"\"}, {\"name\": \"landscape\", \"type\": \"STRING\", \"description\": \"If specified, renders page in landscape mode (useful for smartphone emulation).\", \"default\": \"\"}, {\"name\": \"width\", \"type\": \"STRING\", \"description\": \"Image width (px). Acceptable values: 100 < width < 3000. Default: 800\", \"default\": \"\"}, {\"name\": \"errorsOutputFormat\", \"type\": \"STRING\", \"description\": \"Errors output format. Acceptable values: JSON | XML. Default: JSON\", \"default\": \"\"}, {\"name\": \"fullPage\", \"type\": \"STRING\", \"description\": \"If specified, makes full-page screenshot.\", \"default\": \"\"}, {\"name\": \"touchScreen\", \"type\": \"STRING\", \"description\": \"If specified, emulates device with a touch screens.\", \"default\": \"\"}, {\"name\": \"retina\", \"type\": \"STRING\", \"description\": \"If specified, emulates retina display.\", \"default\": \"\"}], return_schema: {\"code\": \"int\", \"messages\": \"str\"}", "News_Media, Newscatcher, /v1/search_free, **Up to 100 articles per 1 API call even with free Basic Plan.** Free search. Only the language filter is allowed., required_params: [{\"name\": \"q\", \"type\": \"STRING\", \"description\": \"String to search for. Has to be [URL-encoded](https://en.wikipedia.org/wiki/Percent-encoding)\", \"default\": \"Elon Musk\"}], optional_params: [{\"name\": \"media\", \"type\": \"STRING\", \"description\": \"Adds to the output of the call two more variables: `media` and `media_content`\\n\\nMedia - the main image published with an article \\n\\nmedia_content - a comma-separated string of all images used in an article\", \"default\": \"True\"}, {\"name\": \"page\", \"type\": \"STRING\", \"description\": \"The number of the page. Use it to scroll through the results. Defaults to 1\", \"default\": \"\"}, {\"name\": \"ranked_only\", \"type\": \"STRING\", \"description\": \"Limit the search only for the sources which are in top 1 million online websites. Defaults to `True` (`False` if you want to turn it off). Unranked sources are assigned a rank that equals to `999999`\", \"default\": \"\"}, {\"name\": \"page_size\", \"type\": \"STRING\", \"description\": \"How many articles to return per page. Defaults to 50, max is 100\", \"default\": \"\"}, {\"name\": \"lang\", \"type\": \"STRING\", \"description\": \"Specifies the language of the search. Allowed values are:\\n`af`, `ar`, `bg`, `bn`, `ca`,`cn`, `cs`, `cy`, `da`, `de`, `el`, `en`, `es`, `et`, `fa`, `fi`, `fr`, `gu`, `he`, `hi`, `hr`, `hu`, `id`, `it`, `ja`, `kn`, `ko`, `lt`, `lv`, `mk`, `ml`, `mr`, `ne`, `nl`, `no`, `pa`, `pl`, `pt`, `ro`, `ru`, `sk`, `sl`, `so`, `sq`, `sv`, `sw`, `ta`, `te`, `th`, `tl`, `tr`,`tw`, `uk`, `ur`, `vi`. \\nSpecifying the language will make your search more relevant\", \"default\": \"en\"}], return_schema: {\"status\": \"str\", \"total_hits\": \"int\", \"page\": \"int\", \"total_pages\": \"int\", \"page_size\": \"int\", \"articles\": [{\"summary\": \"str\", \"country\": \"str\", \"author\": \"str\", \"link\": \"str\", \"language\": \"str\", \"media\": \"str\", \"title\": \"str\", \"media_content\": [\"list of str with length 20\"], \"clean_url\": \"str\", \"rights\": \"str\", \"rank\": \"int\", \"topic\": \"str\", \"published_date\": \"str\", \"_id\": \"str\", \"_score\": \"float\", \"_list_length\": 50}], \"user_input\": {\"q\": \"str\", \"search_in\": \"str\", \"lang\": \"str\", \"ranked_only\": \"str\", \"sort_by\": \"str\", \"from\": \"str\", \"page\": \"int\", \"size\": \"int\", \"media\": \"str\"}}", "Entertainment, Webtoon, canvas/home, Reproduce comic data in home screen *To load images, please check the tutorial at https://rapidapi.com/apidojo/api/webtoon/tutorials/how-to-load-images, required_params: [], optional_params: [{\"name\": \"language\", \"type\": \"STRING\", \"description\": \"One of the following : en|zh-hant|de|fr|es|th|id\", \"default\": \"en\"}], return_schema: \"\"", "Tools, Web Scrapper, go, Fetch & parse HTML page, required_params: [{\"name\": \"url\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"https://wikipedia.org\"}], optional_params: [{\"name\": \"s\", \"type\": \"STRING\", \"description\": \"\", \"default\": \".jsl10n\"}], return_schema: \"\"", "Data, YouTube Media Downloader, Get Video Details, This endpoint fetches full details of a YouTube video, including URLs of videos, audios, thumbnails and subtitles as well as related videos and playlists., required_params: [{\"name\": \"videoId\", \"type\": \"STRING\", \"description\": \"YouTube video id. The value of `v` in YouTube player URL query parameters.\", \"default\": \"G33j5Qi4rE8\"}], optional_params: [{\"name\": \"related\", \"type\": \"BOOLEAN\", \"description\": \"Whether to get information of related videos and playlists. Defaults to `true`.\", \"default\": \"\"}, {\"name\": \"lang\", \"type\": \"STRING\", \"description\": \"Language code (ISO-639) for localized results. Defaults to `en-US`. Unsupported code will **fallback** to `en-US`.\", \"default\": \"\"}, {\"name\": \"audios\", \"type\": \"BOOLEAN\", \"description\": \"Whether to get audio URLs. Defaults to `true`.\", \"default\": \"\"}, {\"name\": \"videos\", \"type\": \"BOOLEAN\", \"description\": \"Whether to get video URLs. Defaults to `true`.\", \"default\": \"\"}, {\"name\": \"subtitles\", \"type\": \"BOOLEAN\", \"description\": \"Whether to get subtitle URLs. Defaults to `true`.\", \"default\": \"\"}], return_schema: {\"message\": \"str\"}", "Monitoring, Screenshot Maker, Take screenshot, collect all parameteres, load the webpage and take screenshot at the end. This API save on a S3 bucket and return the url., required_params: [{\"name\": \"targetUrl\", \"type\": \"STRING\", \"description\": \"Website url\", \"default\": \"https://www.google.it\"}], optional_params: [{\"name\": \"proxyState\", \"type\": \"ENUM\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"proxyCountry\", \"type\": \"ENUM\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"clickDelay\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"500\"}, {\"name\": \"fullpage\", \"type\": \"ENUM\", \"description\": \"take screenshot of the entire website page, from header to footer\", \"default\": \"\"}, {\"name\": \"removables\", \"type\": \"STRING\", \"description\": \"remove divs/html by selector\", \"default\": \"\"}, {\"name\": \"clickCount\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"1\"}, {\"name\": \"hasTouch\", \"type\": \"ENUM\", \"description\": \"Specify if the viewport supports touch events.\", \"default\": \"\"}, {\"name\": \"clickSelector\", \"type\": \"STRING\", \"description\": \"This method fetches an element with selector, scrolls it into view if needed, and then uses Page.mouse to click in the center of the element. If there's no element matching selector, the method throws an error.\", \"default\": \"\"}, {\"name\": \"isFullyLoaded\", \"type\": \"ENUM\", \"description\": \"consider navigation to be finished when there are no more than 0 network connections for at least 500 ms. \\nThan take screenshot\", \"default\": \"\"}, {\"name\": \"clickButton\", \"type\": \"ENUM\", \"description\": \"Mouse button to be used, left click or right click etc\", \"default\": \"\"}, {\"name\": \"pageHeight\", \"type\": \"NUMBER\", \"description\": \"Set browser page height\", \"default\": \"1024\"}, {\"name\": \"isMobile\", \"type\": \"ENUM\", \"description\": \"Whether the meta viewport tag is taken into account.\", \"default\": \"\"}, {\"name\": \"pageWidth\", \"type\": \"NUMBER\", \"description\": \"Set browser page width\", \"default\": \"1024\"}, {\"name\": \"isLandScape\", \"type\": \"ENUM\", \"description\": \"Specifies if the viewport is in landscape mode.\", \"default\": \"\"}, {\"name\": \"deviceScaleFactor\", \"type\": \"NUMBER\", \"description\": \"Specify device scale factor.\", \"default\": \"1\"}], return_schema: {\"imageUrl\": \"str\", \"imageName\": \"str\", \"performance\": {\"browser\": \"float\", \"upload\": \"float\"}, \"payload\": {\"proxy\": {\"country\": \"str\", \"state\": \"str\"}, \"fullpage\": \"bool\", \"isFullyLoaded\": \"bool\", \"removables\": \"NoneType\", \"click\": {\"selector\": \"str\", \"options\": {\"delay\": \"int\", \"button\": \"str\", \"clickCount\": \"int\"}}, \"viewport\": {\"width\": \"int\", \"height\": \"int\", \"deviceScaleFactor\": \"int\", \"isMobile\": \"bool\", \"hasTouch\": \"bool\", \"isLandScape\": \"bool\"}}, \"times\": {\"openPage\": \"float\", \"goto\": \"float\", \"screenshot\": \"float\"}}", "Finance, Crypto Currency Scraper API, See about Gainers/Losers, The endpoint fetch the data of the top Gainers and Losers including names and percentage even rank and more!, required_params: [], optional_params: [], return_schema: {\"headers\": {\"host\": \"str\", \"user-agent\": \"str\", \"accept\": \"str\", \"accept-encoding\": \"str\", \"cdn-loop\": \"str\", \"cf-connecting-ip\": \"str\", \"cf-ew-via\": \"str\", \"cf-ipcountry\": \"str\", \"cf-ray\": \"str\", \"cf-visitor\": \"str\", \"cf-worker\": \"str\", \"render-proxy-ttl\": \"str\", \"true-client-ip\": \"str\", \"x-amzn-trace-id\": \"str\", \"x-forwarded-for\": \"str\", \"x-forwarded-host\": \"str\", \"x-forwarded-port\": \"str\", \"x-forwarded-proto\": \"str\", \"x-mashape-proxy-secret\": \"str\", \"x-mashape-subscription\": \"str\", \"x-mashape-user\": \"str\", \"x-mashape-version\": \"str\", \"x-rapidapi-host\": \"str\", \"x-rapidapi-proxy-secret\": \"str\", \"x-rapidapi-request-id\": \"str\", \"x-rapidapi-subscription\": \"str\", \"x-rapidapi-tenant-name\": \"str\", \"x-rapidapi-user\": \"str\", \"x-rapidapi-version\": \"str\", \"x-request-start\": \"str\"}, \"baseUrl\": \"str\", \"gainers\": \"empty list\", \"losers\": \"empty list\"}", "Data, YouTube Media Downloader, Search for Channels, This endpoint searches for YouTube channels. Pagination scraping is supported., required_params: [], optional_params: [{\"name\": \"nextToken\", \"type\": \"STRING\", \"description\": \"A string for getting the next page of data. If not specified, the first page of data will be returned. If specified, `keyword` and `sortBy` will be ignored.\", \"default\": \"\"}, {\"name\": \"sortBy\", \"type\": \"ENUM\", \"description\": \"Sorting metrics. Defaults to `relevance`.\", \"default\": \"\"}, {\"name\": \"lang\", \"type\": \"STRING\", \"description\": \"Language code (ISO-639) for localized results. Defaults to `en-US`. Unsupported code will **fallback** to `en-US`.\", \"default\": \"\"}, {\"name\": \"keyword\", \"type\": \"STRING\", \"description\": \"Keyword for search.\", \"default\": \"Rick Astley\"}], return_schema: {\"status\": \"bool\", \"nextToken\": \"str\", \"items\": [{\"type\": \"str\", \"id\": \"str\", \"name\": \"str\", \"description\": \"str\", \"subscriberCountText\": \"str\", \"videoCountText\": \"str\", \"isVerified\": \"bool\", \"isVerifiedArtist\": \"bool\", \"avatar\": [{\"url\": \"str\", \"width\": \"int\", \"height\": \"int\", \"_list_length\": 2}], \"_list_length\": 20}]}", "Data, URL Intelligence, Rip, Extract links and info from a given URL, required_params: [{\"name\": \"target\", \"type\": \"STRING\", \"description\": \"The URL to extract links and info from\", \"default\": \"https://www.nytimes.com\"}], optional_params: [], return_schema: {\"links\": [\"list of str with length 164\"], \"hostnames\": {\"cn.nytimes.com\": \"int\", \"cooking.nytimes.com\": \"int\", \"help.nytimes.com\": \"int\", \"nytimes.com\": \"int\", \"nytmediakit.com\": \"int\", \"relative-link\": \"int\", \"theathletic.com\": \"int\", \"www.nytco.com\": \"int\", \"www.nytimes.com\": \"int\", \"www.tbrandstudio.com\": \"int\"}}", "eCommerce, Basic Amazon Scraper, GET Product Offers, GET Product Offers: Get all offers available for a product., required_params: [{\"name\": \"productId\", \"type\": \"string\", \"description\": \"\", \"default\": \"B08N5LNQCX\"}, {\"name\": \"api_key\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"f03399e151471ce4a771f6dsdfdjfoev87\"}], optional_params: [], return_schema: {\"name\": \"str\", \"statusCode\": \"int\", \"message\": \"str\", \"error\": \"str\", \"options\": {\"uri\": \"str\", \"simple\": \"bool\", \"resolveWithFullResponse\": \"bool\", \"transform2xxOnly\": \"bool\"}, \"response\": {\"statusCode\": \"int\", \"body\": \"str\", \"headers\": {\"date\": \"str\", \"content-type\": \"str\", \"content-length\": \"str\", \"connection\": \"str\", \"x-powered-by\": \"str\", \"access-control-allow-origin\": \"str\", \"access-control-allow-headers\": \"str\", \"access-control-allow-methods\": \"str\", \"access-control-allow-credentials\": \"str\", \"x-robots-tag\": \"str\", \"etag\": \"str\", \"vary\": \"str\"}, \"request\": {\"uri\": {\"protocol\": \"str\", \"slashes\": \"bool\", \"auth\": \"NoneType\", \"host\": \"str\", \"port\": \"int\", \"hostname\": \"str\", \"hash\": \"NoneType\", \"search\": \"str\", \"query\": \"str\", \"pathname\": \"str\", \"path\": \"str\", \"href\": \"str\"}, \"method\": \"str\", \"headers\": {}}}}", "Data, Tomba, AuthorFinder, This API endpoint generates or retrieves the most likely email address from a blog post url., required_params: [{\"name\": \"url\", \"type\": \"STRING\", \"description\": \"The URL of the article. For example, \\\"https://clearbit.com/blog/company-name-to-domain-api\\\".\", \"default\": \"https://clearbit.com/blog/company-name-to-domain-api\"}], optional_params: [], return_schema: {\"data\": {\"website_url\": \"str\", \"accept_all\": \"bool\", \"email\": \"str\", \"first_name\": \"str\", \"last_name\": \"str\", \"country\": \"str\", \"gender\": \"str\", \"phone_number\": \"NoneType\", \"position\": \"str\", \"twitter\": \"str\", \"linkedin\": \"str\", \"disposable\": \"bool\", \"webmail\": \"bool\", \"full_name\": \"str\", \"company\": \"str\", \"score\": \"int\", \"verification\": {\"date\": \"str\", \"status\": \"str\"}, \"sources\": [{\"uri\": \"str\", \"website_url\": \"str\", \"extracted_on\": \"str\", \"last_seen_on\": \"str\", \"still_on_page\": \"bool\", \"_list_length\": 20}], \"info\": {\"title\": \"str\", \"description\": \"str\"}}}", "Entertainment, Manga Scrapper, Chapters list - paginated, Make request to fetch chapter collection for a specific webtoon from a specific provider., required_params: [{\"name\": \"provider\", \"type\": \"STRING\", \"description\": \"Specify the webtoon provider' slug. See /providers for the provider list.\", \"default\": \"cosmic\"}, {\"name\": \"webtoon\", \"type\": \"STRING\", \"description\": \"Specify the webtoon's slug. See /webtoons for the webtoon list.\", \"default\": \"eleceed\"}, {\"name\": \"limit\", \"type\": \"NUMBER\", \"description\": \"Number of results per page, between 1 - 20.\", \"default\": \"10\"}, {\"name\": \"page\", \"type\": \"NUMBER\", \"description\": \"Specify the page to fetch.\", \"default\": \"1\"}], optional_params: [], return_schema: \"\"", "Business, Convert Company Name to Website URL, getWebsite, Get Company Website from Company Name, required_params: [{\"name\": \"name\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"github\"}], optional_params: [], return_schema: {\"data\": {\"name\": \"str\", \"domain\": \"str\", \"status\": \"str\"}}"], "task": "tool"}
{"query": "I want to start my day with a positive affirmation. Can you provide me with a daily phrase and a tarot card reading to inspire me?", "qid": "39677", "pos": ["Other, Horoscope Astrology, Numerology, ., required_params: [{\"name\": \"n\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"7\"}], optional_params: [], return_schema: {\"desc\": \"str\", \"number\": \"str\"}", "Other, Horoscope Astrology, Compatibility, ., required_params: [{\"name\": \"sign1\", \"type\": \"STRING\", \"description\": \"- aries\\n- taurus\\n- gemini\\n- cancer\\n- leo\\n- virgo\\n- libra\\n- scorpio\\n- sagittarius\\n- capricorn\\n- aquarius\\n- pisces\", \"default\": \"Libra\"}, {\"name\": \"sign2\", \"type\": \"STRING\", \"description\": \"- aries\\n- taurus\\n- gemini\\n- cancer\\n- leo\\n- virgo\\n- libra\\n- scorpio\\n- sagittarius\\n- capricorn\\n- aquarius\\n- pisces\", \"default\": \"Aries\"}], optional_params: [], return_schema: {\"header\": \"str\", \"text\": \"str\"}", "Other, Horoscope Astrology, Get three tarot card, This endpoint returns a randomly selected tarot card from a traditional tarot deck, along with its corresponding interpretation and meaning. The tarot card reading is generated using a randomized algorithm, offering users a unique and personalized tarot experience. The API is designed to be easy to use, allowing developers to integrate tarot card readings into their own applications and websites., required_params: [], optional_params: [], return_schema: {\"res\": [{\"cbd_desc\": \"str\", \"desc\": \"str\", \"image\": \"str\", \"name\": \"str\", \"rdesc\": \"str\", \"sequence\": \"int\", \"_list_length\": 3}]}", "Other, Horoscope Astrology, Get a tarot card, This endpoint returns a randomly selected tarot card from a traditional tarot deck, along with its corresponding interpretation and meaning. The tarot card reading is generated using a randomized algorithm, offering users a unique and personalized tarot experience. The API is designed to be easy to use, allowing developers to integrate tarot card readings into their own applications and websites., required_params: [], optional_params: [], return_schema: {\"res\": [{\"cbd_desc\": \"str\", \"desc\": \"str\", \"image\": \"str\", \"name\": \"str\", \"rdesc\": \"str\", \"sequence\": \"int\", \"_list_length\": 1}]}", "Other, Horoscope Astrology, Sign, Users can access the endpoint by sending a request for a specific sign, and receive a response with in-depth information about the traits, personality, and characteristics associated with that sign. This information can include compatibility with other signs, strengths and weaknesses, and general insights into the individual's nature and tendencies. The endpoint is designed to be easy to use, with a clear and concise format that makes it simple to access and understand the information., required_params: [{\"name\": \"s\", \"type\": \"STRING\", \"description\": \"- aries\\n- taurus\\n- gemini\\n- cancer\\n- leo\\n- virgo\\n- libra\\n- scorpio\\n- sagittarius\\n- capricorn\\n- aquarius\\n- pisces\", \"default\": \"libra\"}], optional_params: [], return_schema: {\"about\": \"str\", \"career\": \"str\", \"compatibility\": \"str\", \"date_range\": \"str\", \"element\": \"str\", \"health\": \"str\", \"love\": \"str\", \"man\": \"str\", \"name\": \"str\", \"nature\": \"str\", \"relationship\": \"str\", \"ruling_planet\": \"str\", \"strengths\": \"str\", \"symbol\": \"str\", \"weaknesses\": \"str\", \"woman\": \"str\"}", "Other, Horoscope Astrology, Daily horoscope, A daily horoscope is a personalized astrological prediction for an individual based on their birth date and zodiac sign. It provides insight and guidance on various aspects of life such as love, career, finances, and personal growth. The predictions take into account the current positions of the planets and other celestial bodies, offering a unique perspective on the individual's current astrological influences. Daily horoscopes are meant to be used as a tool for reflection and can provide helpful insights and advice for navigating life's challenges and opportunities. Whether you're looking to start your day off on the right foot or seeking guidance in a specific area of your life, a daily horoscope can be a valuable resource for gaining new insights and perspective., required_params: [{\"name\": \"sunsign\", \"type\": \"STRING\", \"description\": \"- aries\\n- taurus\\n- gemini\\n- cancer\\n- leo\\n- virgo\\n- libra\\n- scorpio\\n- sagittarius\\n- capricorn\\n- aquarius\\n- pisces\", \"default\": \"libra\"}, {\"name\": \"day\", \"type\": \"STRING\", \"description\": \"- Today\\n\\n- Yesterday\\n\\n- Tomorrow\\n\\n- Week\\n\\n- Month\\n\\n- Year\", \"default\": \"today\"}], optional_params: [], return_schema: \"\"", "Other, Horoscope Astrology, Daily Phrase, Get a daily phrase, required_params: [], optional_params: [], return_schema: {\"daily\": \"str\"}"], "neg": ["Finance, CA Lottery, Daily 3 Recent, Most recent draw for Daily 3, required_params: [], optional_params: [], return_schema: {\"message\": \"str\"}", "Weather, Weather with AI, Get Weather, Return weather in current, hourly and daily info., required_params: [{\"name\": \"version\", \"type\": \"string\", \"description\": \"\", \"default\": \"v1\"}, {\"name\": \"lng\", \"type\": \"NUMBER\", \"description\": \"Geographical coordinates of the location (longitude)\", \"default\": \"-73.999257\"}, {\"name\": \"lat\", \"type\": \"NUMBER\", \"description\": \"Geographical coordinates of the location (latitude)\", \"default\": \"40.723558\"}], optional_params: [{\"name\": \"unit\", \"type\": \"ENUM\", \"description\": \"Unit of temperature in Fahrenheit or Celsius.\\n(Kelvin is used by default if nothing selected)\", \"default\": \"\"}], return_schema: \"{\\\"lat\\\": \\\"float\\\", \\\"lon\\\": \\\"float\\\", \\\"timezone\\\": \\\"str\\\", \\\"timezone_offset\\\": \\\"int\\\", \\\"current\\\": {\\\"dt\\\": \\\"int\\\", \\\"sunrise\\\": \\\"int\\\", \\\"sunset\\\": \\\"int\\\", \\\"temp\\\": \\\"float\\\", \\\"feels_like\\\": \\\"float\\\", \\\"pressure\\\": \\\"int\\\", \\\"humidity\\\": \\\"int\\\", \\\"dew_point\\\": \\\"float\\\", \\\"uvi\\\": \\\"float\\\", \\\"clouds\\\": \\\"int\\\", \\\"visibility\\\": \\\"int\\\", \\\"wind_speed\\\": \\\"float\\\", \\\"wind_deg\\\": \\\"int\\\", \\\"weather\\\": [{\\\"id\\\": \\\"int\\\", \\\"main\\\": \\\"str\\\", \\\"description\\\": \\\"str\\\", \\\"icon\\\": \\\"str\\\", \\\"_list_length\\\": 1}]}, \\\"hourly\\\": [{\\\"dt\\\": \\\"int\\\", \\\"temp\\\": \\\"float\\\", \\\"feels_like\\\": \\\"float\\\", \\\"pressure\\\": \\\"int\\\", \\\"humidity\\\": \\\"int\\\", \\\"dew_point\\\": \\\"float\\\", \\\"uvi\\\": \\\"float\\\", \\\"clouds\\\": \\\"int\\\", \\\"visibility\\\": \\\"int\\\", \\\"wind_speed\\\": \\\"float\\\", \\\"wind_deg\\\": \\\"int\\\", \\\"wind_gust\\\": \\\"float\\\", \\\"weather\\\": [{\\\"id\\\": \\\"int\\\", \\\"main\\\": \\\"str\\\", \\\"description\\\": \\\"str\\\", \\\"icon\\\": \\\"str\\\", \\\"_list_length\\\": 1}], \\\"pop\\\": \\\"float\\\", \\\"rain\\\": {\\\"1h\\\": \\\"float\\\"}, \\\"_list_length\\\": 48}], \\\"daily\\\": [{\\\"dt\\\": \\\"int\\\", \\\"sunrise\\\": \\\"int\\\", \\\"sunset\\\": \\\"int\\\", \\\"moonrise\\\": \\\"int\\\", \\\"moonset\\\": \\\"int\\\", \\\"moon_phase\\\": \\\"float\\\", \\\"temp\\\": {\\\"day\\\": \\\"float\\\", \\\"min\\\": \\\"float\\\", \\\"\"", "Other, World of Quotes, Get Quote of the Day, This API returns the handpicked quote of the day among 45,000+ quotes based on the highest ratings. You may also get quote of the day of specific *author* or *category*., required_params: [], optional_params: [{\"name\": \"author\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"category\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"inspirational\"}], return_schema: {\"quote\": \"str\", \"author\": \"str\", \"category\": \"str\"}", "Entertainment, Anime Quotes_v4, Get 10 random quotes, Get 10 random quotes, required_params: [], optional_params: [], return_schema: \"\"", "Sports, Basketball - DataFeeds by Rolling Insights, Weekly Schedule, Returns all events from the date specified plus 7 days in advance, required_params: [{\"name\": \"date\", \"type\": \"string\", \"description\": \"Returns all events from the date specified plus 7 days in advance.\\n\\nFormat: now or YYYY-MM-DD\", \"default\": \"now\"}, {\"name\": \"sport\", \"type\": \"string\", \"description\": \"\", \"default\": \"NBA\"}], optional_params: [], return_schema: \"\"", "Sports, Surebets 2, Copa Sudamericana latest matches, Latest matches of Copa Sudamericana by bookie - updated every 24 hours, required_params: [], optional_params: [], return_schema: \"\"", "Data, 10000+ Anime Quotes With Pagination Support, Get Random anime quote, **RESPONSE** **quote** Contain quote text **animename** Japanese anime name, quotes related to. **character** ( Depend on subscription ) Character name who spoke that quote. **is_popular** ( Depend on subscription ) tells whether a quote is popular among fans. Response will be either 1 or 0 ( 1 represent yes, 0 represent no ) **quote_id** ( Depend on subscription ) Unique quote id which can be later used to get more information. **image** (Depend on subscription) Character Image URL will be provided which is related to the quote. **Note: if no quote found response will be** `{\"status\": \"empty\"}`, required_params: [], optional_params: [], return_schema: \"\"", "Health_and_Fitness, Horostory, planetaryoverview, get the Planetary Overview of the day, required_params: [], optional_params: [], return_schema: {\"planet\": \"str\", \"sign\": \"str\", \"description\": \"str\"}", "Sports, Surebets 2, Argentina latest Odds, Latest odds for matches in Argentina - updated every 6 hours, required_params: [], optional_params: [], return_schema: \"\"", "Entertainment, Daily Cat Facts, Get some random facts, Get some random facts ., required_params: [], optional_params: [{\"name\": \"animal_type\", \"type\": \"STRING\", \"description\": \"Type of animal the fact will describe . Default : \\\\\\\"cat\\\\\\\"\", \"default\": \"\"}, {\"name\": \"amount\", \"type\": \"NUMBER\", \"description\": \"Number of Facts to retrieve. If set to one, response will be a fact object. If many, response will be an array of Facts . \\nDefault : 1.\\nLimit : 500.\", \"default\": \"5\"}], return_schema: \"\"", "Business, Self-help Quotes, Get a random self-help quote, Get a random hand-picked self-help quote in addition to its tags and the book it was taken from, required_params: [], optional_params: [], return_schema: {\"message\": \"str\"}", "Other, Horoscope API, Get a daily horoscope, Get a daily horoscope for the horoscope sign., required_params: [{\"name\": \"signId\", \"type\": \"string\", \"description\": \"\", \"default\": \"aquario\"}, {\"name\": \"langId\", \"type\": \"string\", \"description\": \"\", \"default\": \"pt\"}], optional_params: [], return_schema: {\"title\": \"str\", \"date\": \"str\", \"text\": \"str\"}", "Tools, Números a Letras, NAL Path, Convierte un número a letras, required_params: [{\"name\": \"num\", \"type\": \"NUMBER\", \"description\": \"N\\u00famero a convertir\", \"default\": []}], optional_params: [], return_schema: \"\"", "Events, Enoch Calendar, Is Sabbath Day, Is supplied date string or today a Sabbath day, required_params: [{\"name\": \"datestring\", \"type\": \"DATE (YYYY-MM-DD)\", \"description\": \"\", \"default\": \"2021-03-23\"}], optional_params: [], return_schema: {\"sabbath\": \"bool\"}", "Entertainment, Random Yes/No, Yes or No, Get some random Yes or No, required_params: [], optional_params: [], return_schema: \"\"", "Data, Thai Lotto New API, ထွက်ဂဏန်းပြသခြင်း (Modern & Internet), ယခု Endpoint မှာတော့ နံနက် ၉ခွဲ နှင့် နေ့လည် ၂နာရီ မော်ဒန်၊ အင်တာနက် ထွက်ဂဏန်း နှင့် 12:01 မိနစ်၊ ညနေ 4:30 ထွက်မယ့် ဂဏန်းများကို တိုက်ရိုက်ပြသဖို့အတွက်ပဲဖြစ်ပါတယ်။, required_params: [], optional_params: [], return_schema: {\"afSet\": \"str\", \"afValue\": \"str\", \"afResult\": \"str\", \"evSet\": \"str\", \"evValue\": \"str\", \"evResult\": \"str\", \"mModern\": \"str\", \"mInternet\": \"str\", \"eModern\": \"str\", \"eInternet\": \"str\", \"round\": \"str\", \"mRound\": \"str\", \"check\": \"str\", \"isHoliday\": \"str\"}", "Music, Spotify Data API, Get new releases, Get new releases albums from one of the countrys : AD, AE, AG, AL, AM, AO, AR, AT, AU, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BN, BO, BR, BS, BT, BW, BZ, CA, CD, CG, CH, CI, CL, CM, CO, CR, CV, CW, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, ES, ET, FI, FJ, FM, FR, GA, GB, GD, GE, GH, GM, GN, GQ, GR, GT, GW, GY, HK, HN, HR, HT, HU, ID, IE, IL, IN, IQ, IS, IT, JM, JO, JP, KE, KG, KH, KI, KM, KN, KR, KW, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MG, MH, MK, ML, MN, MO, MR, MT, MU, MV, MW, MX, MY, MZ, NA, NE, NG, NI, NL, NO, NP, NR, NZ, OM, PA, PE, PG, PH, PK, PL, PS, PT, PW, PY, QA, RO, RS, RW, SA, SB, SC, SE, SG, SI, SK, SL, SM, SN, SR, ST, SV, SZ, TD, TG, TH, TJ, TL, TN, TO, TR, TT, TV, TW, TZ, UA, UG, US, UY, UZ, VC, VE, VN, VU, WS, XK, ZA, ZM, ZW, required_params: [{\"name\": \"country\", \"type\": \"STRING\", \"description\": \"One of: AD, AE, AG, AL, AM, AO, AR, AT, AU, AZ, \\nBA, BB, BD, BE, BF, BG, BH, BI, BJ, BN, \\nBO, BR, BS, BT, BW, BZ, CA, CD, CG, CH, \\nCI, CL, CM, CO, CR, CV, CW, CY, CZ, DE, \\nDJ, DK, DM, DO, DZ, EC, EE, EG, ES, ET, \\nFI, FJ, FM, FR, GA, GB, GD, GE, GH, GM, \\nGN, GQ, GR, GT, GW, GY, HK, HN, HR, HT, \\nHU, ID, IE, IL, IN, IQ, IS, IT, JM, JO, \\nJP, KE, KG, KH, KI, KM, KN, KR, KW, KZ, \\nLA, LB, LC, LI, LK, LR, LS, LT, LU, LV, \\nLY, MA, MC, MD, ME, MG, MH, MK, ML, MN, \\nMO, MR, MT, MU, MV, MW, MX, MY, MZ, NA, \\nNE, NG, NI, NL, NO, NP, NR, NZ, OM, PA, \\nPE, PG, PH, PK, PL, PS, PT, PW, PY, QA, \\nRO, RS, RW, SA, SB, SC, SE, SG, SI, SK, \\nSL, SM, SN, SR, ST, SV, SZ, TD, TG, TH, \\nTJ, TL, TN, TO, TR, TT, TV, TW, TZ, UA, \\nUG, US, UY, UZ, VC, VE, VN, VU, WS, XK,\\nZA, ZM, ZW\", \"default\": \"US\"}], optional_params: [{\"name\": \"limit\", \"type\": \"NUMBER\", \"description\": \"Optional default value 20 MAX value 50.\", \"default\": \"20\"}, {\"name\": \"offset\", \"type\": \"NUMBER\", \"description\": \"Optional default value 0.\", \"default\": \"0\"}], return_schema: {\"uri\": \"str\", \"id\": \"str\", \"name\": \"str\", \"release_date\": \"str\", \"artists\": [{\"uri\": \"str\", \"name\": \"str\", \"_list_length\": 1}], \"album_type\": \"str\", \"total_tracks\": \"int\", \"release_date_precision\": \"str\"}", "Data, Motivational Quotes, getCategories, , required_params: [], optional_params: [], return_schema: {}", "Social, OnlyFans, Authentication, Best to call the Sign Info first take those values and pass them on, required_params: [{\"name\": \"signstart\", \"type\": \"STRING\", \"description\": \"Value from /signinfo/ signinfo.start\", \"default\": \"\"}, {\"name\": \"apptoken\", \"type\": \"STRING\", \"description\": \"Value from /signinfo/\", \"default\": \"\"}, {\"name\": \"timezone\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"America/Los_Angeles\"}, {\"name\": \"signend\", \"type\": \"STRING\", \"description\": \"Value from /signinfo/ signinfo.start\", \"default\": \"\"}, {\"name\": \"xbc\", \"type\": \"STRING\", \"description\": \"Value from localstorage.bcTokenSha\", \"default\": \"\"}, {\"name\": \"sess\", \"type\": \"STRING\", \"description\": \"Value from cookie.sess\", \"default\": \"\"}, {\"name\": \"useragent\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"auth_id\", \"type\": \"STRING\", \"description\": \"Value from cookie.auth_id\", \"default\": \"729369\"}], optional_params: [], return_schema: {\"message\": \"str\"}", "Science, Al-Quran, Get specific Ayah/Verse, Responds with a specific *Ayah/Verse* in a specific *Chapter/Surah* along with original Arabic text, translation, transliteration and verse ID in JSON, required_params: [{\"name\": \"chapterId\", \"type\": \"NUMBER\", \"description\": \"Refers to a *Surah/Chapter* in the Koran\\n**Min Value: *1***\\n**Max Value: *114***\", \"default\": \"38\"}, {\"name\": \"verseId\", \"type\": \"NUMBER\", \"description\": \"A valid *Ayah/verse* number from a specific chapter from the Quran\", \"default\": \"29\"}], optional_params: [], return_schema: {\"id\": \"float\", \"content\": \"str\", \"translation_eng\": \"str\", \"transliteration\": \"str\"}"], "task": "tool"}
{"query": "I need to ensure that the URL 'https://friendwebsite.com' is safe. Please check if it is a known phishing attempt and give me the statistics about the Exerra Phishing API. Additionally, provide me with all the links associated with phishing attempts.", "qid": "53539", "pos": ["Tools, Exerra phishing check, Get stats, Get statistics about the Exerra Phishing API, required_params: [], optional_params: [], return_schema: {\"status\": \"int\", \"data\": {\"domains\": \"int\", \"links\": \"int\"}}", "Tools, Exerra phishing check, Check a URL, Check if a URL is a known phishing attempt, required_params: [{\"name\": \"url\", \"type\": \"STRING\", \"description\": \"This is the URL that the API will check.\\nMust be a valid HTTP(s) URL or it will throw a 400\", \"default\": \"https://exerra.xyz\"}], optional_params: [], return_schema: {\"status\": \"int\", \"data\": {\"isScam\": \"bool\", \"domain\": \"str\", \"detection\": {\"type\": \"str\"}}}", "Tools, Exerra phishing check, Get all, Get all domains (or links) associated with phishing attempts. The response is very large (>≈13MB), so it is preferred to use \"Check a link\". Due to the large response size (and processing) this endpoint is paid., required_params: [{\"name\": \"type\", \"type\": \"ENUM\", \"description\": \"\", \"default\": \"\"}], optional_params: [], return_schema: {\"status\": \"int\", \"data\": {\"params\": [{\"instancePath\": \"str\", \"schemaPath\": \"str\", \"keyword\": \"str\", \"params\": {\"allowedValues\": [\"list of str with length 2\"]}, \"message\": \"str\", \"_list_length\": 1}]}}"], "neg": ["Financial, FinHost, /posting/{account}, List assets transfers for the account, required_params: [{\"name\": \"account\", \"type\": \"STRING\", \"description\": \"Account identifier\", \"default\": \"\"}], optional_params: [{\"name\": \"limit\", \"type\": \"NUMBER\", \"description\": \"Response page size\", \"default\": 10}, {\"name\": \"lastActionKey\", \"type\": \"STRING\", \"description\": \"Last actionKey to start with the next page\", \"default\": \"2022-08-15T12:46:21.379Z\"}], return_schema: {\"message\": \"str\"}", "Gaming, CheapShark - Game Deals, Manage Alerts, Send an email containing a link to manage your alerts., required_params: [{\"name\": \"email\", \"type\": \"STRING\", \"description\": \"Any valid email address\", \"default\": \"someone@example.org\"}, {\"name\": \"action\", \"type\": \"STRING\", \"description\": \"The action to take on the price alert, set to `manage`\", \"default\": \"manage\"}], optional_params: [], return_schema: \"\"", "Data, Avito Scraper, SingleOffer, API that get info for a single offer, required_params: [{\"name\": \"singleav\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"https://www.avito.ma/fr/autre_secteur/maisons_et_villas/Villa_OCP_4_faces_sur_550_metre_de_terrain_49107436.htm\"}], optional_params: [], return_schema: \"{\\\"id\\\": \\\"NoneType\\\", \\\"listId\\\": \\\"NoneType\\\", \\\"subject\\\": \\\"NoneType\\\", \\\"description\\\": \\\"NoneType\\\", \\\"price\\\": \\\"NoneType\\\", \\\"listTime\\\": \\\"NoneType\\\", \\\"isPhoneHidden\\\": \\\"bool\\\", \\\"phone\\\": \\\"NoneType\\\", \\\"phoneImageUrl\\\": \\\"NoneType\\\", \\\"isPhoneVerified\\\": \\\"bool\\\", \\\"hasShipping\\\": \\\"bool\\\", \\\"friendlyUrl\\\": \\\"NoneType\\\", \\\"vertical\\\": \\\"NoneType\\\", \\\"isEligibleToExpertize\\\": \\\"bool\\\", \\\"rentalBlockedDates\\\": \\\"NoneType\\\", \\\"isExpertizeSent\\\": \\\"bool\\\", \\\"seller\\\": {\\\"type\\\": \\\"NoneType\\\", \\\"regTime\\\": \\\"NoneType\\\", \\\"img\\\": \\\"NoneType\\\", \\\"website\\\": \\\"NoneType\\\", \\\"address\\\": \\\"NoneType\\\", \\\"name\\\": \\\"NoneType\\\", \\\"uuId\\\": \\\"NoneType\\\", \\\"id\\\": \\\"NoneType\\\", \\\"slug\\\": \\\"NoneType\\\"}, \\\"location\\\": {\\\"city\\\": {\\\"id\\\": \\\"NoneType\\\", \\\"name\\\": \\\"NoneType\\\", \\\"slug\\\": \\\"NoneType\\\"}, \\\"area\\\": {\\\"id\\\": \\\"NoneType\\\", \\\"name\\\": \\\"NoneType\\\", \\\"slug\\\": \\\"NoneType\\\"}, \\\"coordinates\\\": {\\\"longitude\\\": \\\"NoneType\\\", \\\"latitude\\\": \\\"NoneType\\\"}}, \\\"category\\\": {\\\"id\\\": \\\"NoneType\\\", \\\"name\\\": \\\"NoneType\\\", \\\"slug\\\": \\\"NoneType\\\", \\\"parent\\\": {\\\"id\\\": \\\"NoneType\\\", \\\"name\\\": \\\"NoneType\\\", \\\"slug\\\": \\\"NoneType\\\"}, \\\"parentsNames\\\": \\\"NoneType\\\"}, \\\"params\\\": \"", "Social, Reddit Fast Search, Search Subreddits, The endpoint utilizes the Reddit API's search functionality to retrieve the Subreddits. To obtain the best results, it is recommended to use appropriate search parameters, including the keyword, sorting order, time range, and limiting the number of results to a reasonable value. Setting the limit parameter to its maximum value of 250 allows you to retrieve the maximum number of search results in a single request., required_params: [{\"name\": \"search_subreddits\", \"type\": \"string\", \"description\": \"\", \"default\": \"search_subreddits\"}], optional_params: [{\"name\": \"full_data\", \"type\": \"BOOLEAN\", \"description\": \"(boolean, optional): Indicates whether to include the full data of each post in the search results. Default value is **False**.\", \"default\": \"false\"}, {\"name\": \"proxy\", \"type\": \"STRING\", \"description\": \"If no proxy value is provided (default is None), the search request will be made directly to the Reddit API without using a proxy.\\n\\nAlso you can use proxy https/socks5:\\nexample:\\nwith auth\\nsocks5:127.0.0.1:1088:login:pass\\nhttp:127.0.0.1:8080:login:pass\\nwithout auth\\nsocks5:127.0.0.1:1088\\nhttp:127.0.0.1:8080\", \"default\": \"\"}, {\"name\": \"keyword\", \"type\": \"STRING\", \"description\": \"(string, optional): Specifies the keyword to search for in the posts. Default value is \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"bitcoin\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\".\", \"default\": \"bitcoin\"}, {\"name\": \"sort\", \"type\": \"STRING\", \"description\": \"(string, optional): Specifies the sorting order of the search results. Possible values are \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"**relevance**\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\", \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"**hot**\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"**top**\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\", \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"**new**\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\", and \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"comments\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\". Default value is \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"**relevance**\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\".\", \"default\": \"relevance\"}, {\"name\": \"time\", \"type\": \"STRING\", \"description\": \"(string, optional): Specifies the time range for the search results. Possible values are \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"**all**\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\", \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"**year**\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\", \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"**month**\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"**week**\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\", \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"**day**\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\", and \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"**hour**\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\". Default value is \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"**all**\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\".\", \"default\": \"all\"}, {\"name\": \"limit\", \"type\": \"NUMBER\", \"description\": \"(integer, optional): Specifies the maximum number of search results to retrieve. Must be between **1** and **250**. Default value is **10**.\", \"default\": \"10\"}], return_schema: {\"total_results\": \"int\", \"success\": \"bool\", \"data\": [{\"name\": \"str\", \"title\": \"str\", \"description\": \"str\", \"public_description\": \"str\", \"subscribers\": \"int\", \"over18\": \"bool\", \"created_utc\": \"float\", \"subreddit_type\": \"str\", \"is_mod\": \"str\", \"_list_length\": 10}]}", "Data, Websites on same IP, Search domains / websites on same IP (shared), Search domain and get other domains on same IP address, use IP address OR domain name, required_params: [{\"name\": \"q\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"ebay.com\"}, {\"name\": \"type\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"WEBIP\"}], optional_params: [{\"name\": \"pagenum\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"1\"}], return_schema: {\"numFound\": \"int\", \"start\": \"int\", \"numFoundExact\": \"bool\", \"docs\": [{\"domain\": \"str\", \"_list_length\": 10}]}", "Social, Social Media Data TT, User feed (Video posts), Get current user feed. - Before testing don't forget to fill out the username **OR** sec_uid inputs - Endpoint will return an array of objects with very useful metadata. - Direct urls to the video , statistics and more., required_params: [], optional_params: [{\"name\": \"username\", \"type\": \"STRING\", \"description\": \"The influencer username. For example: **charlidamelio**\\n\\n- **NOTE:** By using **sec_uid** instead of the **username** request will be executed faster\\n- To use **sec_uid** use input field **BELOW**\", \"default\": \"amazon\"}, {\"name\": \"limit\", \"type\": \"NUMBER\", \"description\": \"Limit the output number of records. \\n\\n- Default is 100\\n- Max number is 500\\n\", \"default\": \"\"}, {\"name\": \"max_cursor\", \"type\": \"NUMBER\", \"description\": \"Pagination cursor. \\nTo get more videos, paste here **max_cursor** value that you have received in previous request response.\", \"default\": \"\"}, {\"name\": \"sec_uid\", \"type\": \"STRING\", \"description\": \"**NOTE:** By using **sec_uid**, request will be executed faster then if you will use username\\n\\n**NOTE:** **sec_uid** can be obtained from the **User Information** endpoint\\n\\n**NOTE:** **sec_uid** example: MS4wLjABAAAAv7iSuuXDJGDvJkmH_vz1qkDZYo1apxgzaxdBSeIuPiM\", \"default\": \"\"}, {\"name\": \"country\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}], return_schema: \"{\\\"has_more\\\": \\\"bool\\\", \\\"max_cursor\\\": \\\"str\\\", \\\"media\\\": [{\\\"video_id\\\": \\\"str\\\", \\\"create_time\\\": \\\"int\\\", \\\"description\\\": \\\"str\\\", \\\"desc_language\\\": \\\"str\\\", \\\"author\\\": {\\\"unique_id\\\": \\\"str\\\", \\\"nickname\\\": \\\"str\\\", \\\"is_private\\\": \\\"bool\\\", \\\"language\\\": \\\"str\\\", \\\"signature\\\": \\\"str\\\", \\\"custom_verify\\\": \\\"str\\\", \\\"uid\\\": \\\"str\\\", \\\"sec_uid\\\": \\\"str\\\", \\\"avatar_large\\\": \\\"str\\\", \\\"avatar_thumb\\\": \\\"str\\\", \\\"region\\\": \\\"str\\\", \\\"ins_id\\\": \\\"str\\\", \\\"youtube_channel_title\\\": \\\"str\\\", \\\"youtube_channel_id\\\": \\\"str\\\", \\\"twitter_id\\\": \\\"str\\\", \\\"total_favorited\\\": \\\"int\\\", \\\"following_count\\\": \\\"int\\\", \\\"follower_count\\\": \\\"int\\\", \\\"aweme_count\\\": \\\"int\\\"}, \\\"video\\\": {\\\"video_no_watermark\\\": \\\"str\\\", \\\"video_with_watermark\\\": \\\"str\\\", \\\"cover\\\": \\\"str\\\", \\\"dynamic_cover\\\": \\\"str\\\", \\\"duration\\\": \\\"float\\\"}, \\\"statistics\\\": {\\\"play_count\\\": \\\"int\\\", \\\"whatsapp_share_count\\\": \\\"int\\\", \\\"comment_count\\\": \\\"int\\\", \\\"forward_count\\\": \\\"int\\\", \\\"like_count\\\": \\\"int\\\", \\\"share_count\\\": \\\"int\\\", \\\"download_count\\\": \\\"int\\\"}, \\\"music\\\": {\\\"id\\\": \\\"str\\\", \\\"title\\\": \\\"str\\\", \\\"playUrl\\\": \\\"str\\\", \\\"coverThumb\\\": \\\"str\\\", \\\"coverMedium\\\": \\\"str\\\", \\\"coverLarge\\\": \\\"\"", "Data, Redfin Base, Search by region, Search by region, required_params: [{\"name\": \"region_type\", \"type\": \"NUMBER\", \"description\": \"One of the following : \\n` -1`: Unknowns | `1`: Neighborhood\\n`2`: Zip Code | `4`: State\\n`5`: County | `6`: City\\n`7`: School| `8`: School District\\n`9`: Service Region| `10`: Minor Civil Division\\n`11`: Country| `30`: CA Postal Code\\n`31`: CA Province| `32`: CA Provincial Division\\n`33`: CA Municipality| `34`: CA Forward Sortation Area\\nOr Use API \\u3010**Get region info**\\u3011to get `region_type_id`\", \"default\": \"2\"}, {\"name\": \"region_id\", \"type\": \"NUMBER\", \"description\": \"Use the\\u3010Get region info\\u3011API to get the `region_id ` value.\", \"default\": \"211\"}], optional_params: [{\"name\": \"financing_type\", \"type\": \"ENUM\", \"description\": \"Accepted financing\", \"default\": \"\"}, {\"name\": \"hoa_feets\", \"type\": \"NUMBER\", \"description\": \"Suggested Values:\\n`0`: No HOA Fee \\u275a `25`: $25/month\\n`50`: $50/month \\u275a `75`: $75/month\\n`100`: $100/month\\u275a `150`: $150/month\\n`200`: $200/month \\u275a `250`: $250/month\\n `300`: $300/month \\u275a `400`: $400/month\\n `500`: $500/month \\u275a `600`: $600/month\\n `700`: $700/month \\u275a `800`: $800/month\\n `900`: $900/month \\u275a`1000`: $1000/month\\n `1250`: $1250/month \\u275a `1500`: $1500/month\\n `1750`: $1750/month \\u275a`2000`: $2000/month\\n `2500`: $2500/month \\u275a `3000`: $3000/month\\n `3500`: $3500/month \\u275a `4000`: $4000/month\\n `4500`: $4500/month \\u275a `5000`: $5000/month\", \"default\": \"\"}, {\"name\": \"min_price_per_sqft\", \"type\": \"NUMBER\", \"description\": \"Price/Sq. ft.\\nSuggested Values: `50`, `100`, `150`, `200`, `250`, `300`, `400`, `500`, `600`, `800`, `1000`, `1400`, `1800`, `2200`, `2600`, `3000`\", \"default\": \"\"}, {\"name\": \"property_tax\", \"type\": \"NUMBER\", \"description\": \"COMMENT:\\nSuggested Values:\\n`0`: No property taxes \\u275a`250`: $250/year\\n`500`: $500/year\\u275a`750`: $750/year\\n`1000`: $1,000/year\\u275a`1250`: $1,250/year\\n`1500`: $1,500/year\\u275a`1750`: $1,750/year\\n`2000`: $2,000/year\\u275a`2500`: $2,500/year\\n`3000`: $3,000/year\\u275a`3500`: $3,500/year\\n`4000`: $4,000/year\\u275a`4500`: $4,500/year\\n`5000`: $5,000/year\\u275a`5500`: $5,500/year\\n`6000`: $6,000/year\\u275a`6500`: $6,500/year\\n`7000`: $7,000/year\\u275a`8000`: $8,000/year\\n`10000`: $10,000/year\\u275a`12000`: $12,000/year\\n`14000`: $14,000/year\\u275a`16000`: $16,000/year\\n`20000`: $20,000/year\\u275a`24000`: $24,000/year\\n\", \"default\": \"\"}, {\"name\": \"max_price_per_sqft\", \"type\": \"NUMBER\", \"description\": \"Price/Sq. ft.\\nSuggested Values: `50`, `100`, `150`, `200`, `250`, `300`, `400`, `500`, `600`, `800`, `1000`, `1400`, `1800`, `2200`, `2600`, `3000`\", \"default\": \"\"}, {\"name\": \"has_exclude_55_communities\", \"type\": \"BOOLEAN\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"min_sqft\", \"type\": \"NUMBER\", \"description\": \"Suggested Values: `750`, `1000`, `1100`, `1200`, `1300`, `1400`, `1500`, `1600`, `1700`, `1800`, `1900`, `2000`, `2250`, `2500`, `2750`, `3000`, `4000`, `5000`, `7500`, `10000`\", \"default\": \"\"}, {\"name\": \"price_reduced\", \"type\": \"ENUM\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"excl_ll\", \"type\": \"BOOLEAN\", \"description\": \"Exclude land leases\", \"default\": \"\"}, {\"name\": \"max_year_built\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"elevator\", \"type\": \"BOOLEAN\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"max_sqft\", \"type\": \"NUMBER\", \"description\": \"Suggested Values: `750`, `1000`, `1100`, `1200`, `1300`, `1400`, `1500`, `1600`, `1700`, `1800`, `1900`, `2000`, `2250`, `2500`, `2750`, `3000`, `4000`, `5000`, `7500`, `10000`\", \"default\": \"\"}, {\"name\": \"dogs_allowed\", \"type\": \"BOOLEAN\", \"description\": \"For `search_type `\\uff1d**ForRent**\", \"default\": \"\"}, {\"name\": \"garage_spots\", \"type\": \"ENUM\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"min_year_built\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"fireplace\", \"type\": \"BOOLEAN\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"home_type\", \"type\": \"STRING\", \"description\": \"Enter the parameters below:\\nFor `search_type `\\uff1d **ForSale** OR **Sold**\\n \\u25cf House\\n \\u25cf Townhouse\\n \\u25cf Condo\\n \\u25cf Land\\n \\u25cf MultiFamily\\n \\u25cf Mobile\\n \\u25cf Coop\\n \\u25cf Other\\nFor `search_type `\\uff1d **ForRent**\\n \\u25cf Apartment\\n\\u203b Separated by a comma for multiple options\\nEX: House, Townhouse\", \"default\": \"\"}, {\"name\": \"primary_bed_on_main\", \"type\": \"BOOLEAN\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"accessible_home\", \"type\": \"BOOLEAN\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"keyword_search\", \"type\": \"STRING\", \"description\": \"E.g. office, balcony, modern,place\", \"default\": \"\"}, {\"name\": \"guest_house\", \"type\": \"BOOLEAN\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"green_home\", \"type\": \"BOOLEAN\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"fixer_upper\", \"type\": \"BOOLEAN\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"pets_allowed\", \"type\": \"BOOLEAN\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"has_view\", \"type\": \"BOOLEAN\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"washer_dryer_hookup\", \"type\": \"BOOLEAN\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"waterfront\", \"type\": \"BOOLEAN\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"air_conditioning\", \"type\": \"BOOLEAN\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"pool_types\", \"type\": \"ENUM\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"include_outdoor_parking\", \"type\": \"BOOLEAN\", \"description\": \"\\u3010Include outdoor parking\\u3011 value is reflected when at \\u3010Garage spots\\u3011 is selected\", \"default\": \"\"}, {\"name\": \"basement_types\", \"type\": \"STRING\", \"description\": \"Enter the parameters below:\\n \\u25cf Finished\\n \\u25cf Unfinished\\n\\u203b Separated by a comma for multiple options\\nEX: Finished, Unfinished\", \"default\": \"\"}, {\"name\": \"max_lot_size\", \"type\": \"NUMBER\", \"description\": \"Suggested Values:\\n`2000`\\uff1d2,000 sqft\\u275a`4500`\\uff1d4,500 sqft\\n`6500`\\uff1d6,500 sqft\\u275a`8000`\\uff1d8,000 sqft\\n`9500`\\uff1d9,500 sqft\\u275a`10890`\\uff1d25 acres\\n`21780`\\uff1d5 acres\\u275a`43560`\\uff1d1 acre\\n`87120`\\uff1d2 acres\\u275a`130680`\\uff1d3 acres\\n `174240`\\uff1d4 acres\\u275a`217800`\\uff1d5 acres\\n `435600`\\uff1d10 acres\\u275a `871200`\\uff1d20 acres\\n`1742400`\\uff1d40 acres\\u275a `4356000`\\uff1d100 acres\", \"default\": \"\"}, {\"name\": \"min_stories\", \"type\": \"NUMBER\", \"description\": \"Enter a value in the range 1 \\uff5e 20\", \"default\": \"\"}, {\"name\": \"max_stories\", \"type\": \"NUMBER\", \"description\": \"Enter a value in the range 1 \\uff5e 20\", \"default\": \"\"}, {\"name\": \"min-lot-size\", \"type\": \"NUMBER\", \"description\": \"Suggested Values:\\n`2000`\\uff1d2,000 sqft\\u275a`4500`\\uff1d4,500 sqft\\n`6500`\\uff1d6,500 sqft\\u275a`8000`\\uff1d8,000 sqft\\n`9500`\\uff1d9,500 sqft\\u275a`10890`\\uff1d25 acres\\n`21780`\\uff1d5 acres\\u275a`43560`\\uff1d1 acre\\n`87120`\\uff1d2 acres\\u275a`130680`\\uff1d3 acres\\n `174240`\\uff1d4 acres\\u275a`217800`\\uff1d5 acres\\n `435600`\\uff1d10 acres\\u275a `871200`\\uff1d20 acres\\n`1742400`\\uff1d40 acres\\u275a `4356000`\\uff1d100 acres\", \"default\": \"\"}, {\"name\": \"time_on_redfin\", \"type\": \"ENUM\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"cats_allowed\", \"type\": \"BOOLEAN\", \"description\": \"For `search_type `\\uff1d**ForRent**\", \"default\": \"\"}, {\"name\": \"max_num_beds\", \"type\": \"NUMBER\", \"description\": \"Enter a value in the range 1 \\uff5e 5\", \"default\": \"\"}, {\"name\": \"num_baths\", \"type\": \"NUMBER\", \"description\": \"Suggested Values: `1`, `1.5`, `2`, `2.5`, `3.4`\", \"default\": \"\"}, {\"name\": \"min_num_beds\", \"type\": \"NUMBER\", \"description\": \"Enter a value in the range 1 \\uff5e 5\", \"default\": \"\"}, {\"name\": \"min_price\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"max_price\", \"type\": \"NUMBER\", \"description\": \"Filter by price\", \"default\": \"\"}, {\"name\": \"sort\", \"type\": \"ENUM\", \"description\": \"Default \\uff1d Recommended\", \"default\": \"\"}, {\"name\": \"sold_within_days\", \"type\": \"ENUM\", \"description\": \"Default \\uff1d Last_3_months\\nFor `search_type `\\uff1d**Sold**\\n\", \"default\": \"\"}, {\"name\": \"status\", \"type\": \"STRING\", \"description\": \"For search_type \\uff1d**ForSale**\\n\\nEnter the parameters below: \\n\\u25cf active\\n\\u25cf comingsoon\\n\\u25cf undercontract_pending\\n\\u203b Separated by a comma for multiple options\\nEX: active, comingsoon\", \"default\": \"active,comingsoon\"}, {\"name\": \"search_type\", \"type\": \"ENUM\", \"description\": \"Default\\uff1d**ForSale**\", \"default\": \"\"}], return_schema: {\"data\": \"NoneType\", \"message\": \"str\", \"status\": \"bool\"}", "Tools, Arespass, /ec, , required_params: [{\"name\": \"password\", \"type\": \"STRING\", \"description\": \"**The password to be analyzed.**\\n\\nMinimum length is 4 characters; maximum length is 128 characters.\\n\\nBeware that certain characters like '&#35;', '&#61;' or '&#63;' must be properly encoded.\\n\\nFor more information about this issue, please refer to RFC 3986 (\\\"*Uniform Resource Identifier (URI): Generic Syntax*\\\"), sections 2.1, 2.2 and 2.4.\\n\", \"default\": \"\"}], optional_params: [{\"name\": \"penalty\", \"type\": \"NUMBER\", \"description\": \"**The penalty applied to each character that is part of a word, number sequence, alphabet sequence, etc.**\\n\\nThe penalty is a float number in the range [0, 1]. Full penalty, 0; no penalty, 1.\\n\\nThe character used as decimal separator is always '&#46;'. Hence, a parameter value like *0,33* would be illegal.\\n\\nThe default value is *0.25*.\\n\", \"default\": \"\"}, {\"name\": \"outputFormat\", \"type\": \"STRING\", \"description\": \"**The format of the returned analysis.**\\n\\nAllowed values are *json*, *xml* and *yaml*.\\n\\nThe default value is *xml*.\\n\", \"default\": \"\"}, {\"name\": \"reqId\", \"type\": \"STRING\", \"description\": \"**An identifier for this request.**\\n\\nThe request identifier is a string that must match the regular expression */(?i)^[a-z0-9]{8,16}$/*.\\n\\nThis identifier is echoed in the returned response. Its value has no effect on the password analysis.\\n\\nIf this parameter is unset, a randomly generated identifier will be automatically assigned to this request.\\n\", \"default\": \"\"}], return_schema: \"\"", "Social, Reddit Fast Search, Search Comments, The endpoint utilizes the Reddit API's search functionality to retrieve the comments. To obtain the best results, it is recommended to use appropriate search parameters, including the keyword, sorting order, time range, and limiting the number of results to a reasonable value. Setting the limit parameter to its maximum value of 250 allows you to retrieve the maximum number of search results in a single request., required_params: [{\"name\": \"search_comments\", \"type\": \"string\", \"description\": \"\", \"default\": \"search_comments\"}], optional_params: [{\"name\": \"full_data\", \"type\": \"BOOLEAN\", \"description\": \"(boolean, optional): Indicates whether to include the full data of each post in the search results. Default value is **False**.\", \"default\": \"false\"}, {\"name\": \"proxy\", \"type\": \"STRING\", \"description\": \"If no proxy value is provided (default is None), the search request will be made directly to the Reddit API without using a proxy.\\n\\nAlso you can use proxy https/socks5:\\nexample:\\nwith auth\\nsocks5:127.0.0.1:1088:login:pass\\nhttp:127.0.0.1:8080:login:pass\\nwithout auth\\nsocks5:127.0.0.1:1088\\nhttp:127.0.0.1:8080\", \"default\": \"\"}, {\"name\": \"restrict_sr\", \"type\": \"BOOLEAN\", \"description\": \"(boolean, optional): Indicates whether to restrict the search results to the specified subreddit. Default value is **True**.\", \"default\": \"true\"}, {\"name\": \"time\", \"type\": \"STRING\", \"description\": \"(string, optional): Specifies the time range for the search results. Possible values are \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"**all**\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\", \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"**year**\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\", \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"**month**\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"**week**\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\", \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"**day**\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\", and \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"**hour**\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\". Default value is \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"**all**\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\".\", \"default\": \"all\"}, {\"name\": \"limit\", \"type\": \"NUMBER\", \"description\": \"(integer, optional): Specifies the maximum number of search results to retrieve. Must be between **1** and **250**. Default value is **10**.\", \"default\": \"10\"}, {\"name\": \"sort\", \"type\": \"STRING\", \"description\": \"(string, optional): Specifies the sorting order of the search results. Possible values are \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"**relevance**\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\", \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"**hot**\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"**top**\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\", \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"**new**\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\", and \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"comments\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\". Default value is \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"**relevance**\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\".\", \"default\": \"relevance\"}, {\"name\": \"keyword\", \"type\": \"STRING\", \"description\": \"(string, optional): Specifies the keyword to search for in the posts. Default value is \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"bitcoin\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\".\", \"default\": \"bitcoin\"}, {\"name\": \"nsfw\", \"type\": \"BOOLEAN\", \"description\": \"(boolean, optional): Indicates whether to include NSFW (Not Safe for Work) posts in the search results. Default value is **True**.\", \"default\": \"false\"}], return_schema: {\"total_results\": \"int\", \"success\": \"bool\", \"data\": [{\"body\": \"str\", \"author\": \"str\", \"author_fullname\": \"str\", \"author_profile\": \"str\", \"name\": \"str\", \"permalink\": \"str\", \"upVotes\": \"int\", \"downVotes\": \"int\", \"total_awards_received\": \"int\", \"created_utc\": \"float\", \"created_date\": \"str\", \"_list_length\": 10}]}", "Data, Fake Identity Generator, GenerateRandomIdentity, Use this endpoint to generate a random fake identity, click the test button and enjoy the informations generated!, required_params: [], optional_params: [], return_schema: \"{\\\"Personal_private\\\": {\\\"Gender\\\": \\\"str\\\", \\\"Race\\\": \\\"str\\\", \\\"Birthday\\\": \\\"str\\\", \\\"Street\\\": \\\"str\\\", \\\"City, State, Zip\\\": \\\"str\\\", \\\"Telephone\\\": \\\"str\\\", \\\"Mobile\\\": \\\"str\\\"}, \\\"Personal\\\": {\\\"Favorite Food\\\": \\\"str\\\", \\\"Personality\\\": \\\"str\\\", \\\"Personal Style\\\": \\\"str\\\", \\\"Website\\\": \\\"str\\\", \\\"Username\\\": \\\"str\\\", \\\"Password\\\": \\\"str\\\", \\\"Password after MD5\\\": \\\"str\\\", \\\"Temporary Mail\\\": \\\"str\\\", \\\"Register Time\\\": \\\"str\\\", \\\"Register IP\\\": \\\"str\\\", \\\"Last Login Time\\\": \\\"str\\\", \\\"Last Login IP\\\": \\\"str\\\", \\\"Login Times\\\": \\\"str\\\", \\\"On-line Time\\\": \\\"str\\\", \\\"Points\\\": \\\"str\\\", \\\"Level\\\": \\\"str\\\", \\\"Number of Comments\\\": \\\"str\\\", \\\"Posted Articles\\\": \\\"str\\\", \\\"Friends\\\": \\\"str\\\"}, \\\"Basics\\\": {\\\"Email\\\": \\\"str\\\", \\\"Height\\\": \\\"str\\\", \\\"Weight\\\": \\\"str\\\", \\\"Hair Color\\\": \\\"str\\\", \\\"Blood Type\\\": \\\"str\\\", \\\"Starsign(Tropical Zodiac)\\\": \\\"str\\\", \\\"Mother's Maiden Name\\\": \\\"str\\\", \\\"Civil Status\\\": \\\"str\\\", \\\"Educational Background\\\": \\\"str\\\", \\\"Disease History\\\": \\\"str\\\", \\\"Employment Status\\\": \\\"str\\\", \\\"Monthly Salary\\\": \\\"str\\\", \\\"Occupation(Job Title)\\\": \\\"str\\\", \\\"Company Name\\\": \\\"str\\\"}, \\\"Employment\\\": {\\\"Company Size\\\": \\\"str\\\", \\\"Ind\"", "Data, Tomba, DomainSearch, You can use this endpoint to show different browser icons to your users. The code argument receives the browser code as it appears in your user /account/sessions endpoint. Use width, height and quality arguments to change the output settings., required_params: [{\"name\": \"domain\", \"type\": \"STRING\", \"description\": \"Domain name from which you want to find the email addresses. For example, \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"stripe.com\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"\", \"default\": \"stripe.com\"}], optional_params: [{\"name\": \"department\", \"type\": \"STRING\", \"description\": \"Get only email addresses for people working in the selected department(s).\", \"default\": \"pr\"}, {\"name\": \"page\", \"type\": \"NUMBER\", \"description\": \"Specifies the number of email addresses to skip. The default is 1.\", \"default\": \"1\"}], return_schema: \"{\\\"data\\\": {\\\"organization\\\": {\\\"location\\\": {\\\"country\\\": \\\"str\\\", \\\"city\\\": \\\"str\\\", \\\"state\\\": \\\"str\\\", \\\"street_address\\\": \\\"str\\\"}, \\\"social_links\\\": {\\\"twitter_url\\\": \\\"str\\\", \\\"facebook_url\\\": \\\"str\\\", \\\"linkedin_url\\\": \\\"str\\\"}, \\\"disposable\\\": \\\"bool\\\", \\\"webmail\\\": \\\"bool\\\", \\\"website_url\\\": \\\"str\\\", \\\"phone_number\\\": \\\"str\\\", \\\"industries\\\": \\\"str\\\", \\\"postal_code\\\": \\\"str\\\", \\\"employee_count\\\": \\\"int\\\", \\\"founded\\\": \\\"str\\\", \\\"company_size\\\": \\\"str\\\", \\\"last_updated\\\": \\\"str\\\", \\\"revenue\\\": \\\"str\\\", \\\"accept_all\\\": \\\"bool\\\", \\\"description\\\": \\\"str\\\", \\\"pattern\\\": \\\"str\\\", \\\"domain_score\\\": \\\"int\\\", \\\"organization\\\": \\\"str\\\", \\\"whois\\\": {\\\"registrar_name\\\": \\\"str\\\", \\\"created_date\\\": \\\"str\\\", \\\"referral_url\\\": \\\"str\\\"}}, \\\"emails\\\": [{\\\"email\\\": \\\"str\\\", \\\"first_name\\\": \\\"str\\\", \\\"last_name\\\": \\\"str\\\", \\\"full_name\\\": \\\"str\\\", \\\"gender\\\": \\\"str\\\", \\\"phone_number\\\": \\\"NoneType\\\", \\\"type\\\": \\\"str\\\", \\\"country\\\": \\\"str\\\", \\\"position\\\": \\\"str\\\", \\\"department\\\": \\\"str\\\", \\\"seniority\\\": \\\"str\\\", \\\"twitter\\\": \\\"NoneType\\\", \\\"linkedin\\\": \\\"str\\\", \\\"accept_all\\\": \\\"bool\\\", \\\"pattern\\\": \\\"str\\\", \\\"score\\\": \\\"int\\\", \\\"verification\\\": {\\\"date\\\": \\\"NoneType\\\", \\\"status\\\": \"", "Social, OnlyFans, Mass Messages, Used to get the last 100 mass messages Must hit the auth endpoint first!, required_params: [{\"name\": \"timezone\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"America/Los_Angeles\"}, {\"name\": \"useragent\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"auth_id\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"729369\"}, {\"name\": \"signstart\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"signend\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"sess\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"xbc\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"apptoken\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}], optional_params: [], return_schema: {\"message\": \"str\"}", "Science, crossref, Search, Lets look at some of the results, required_params: [{\"name\": \"query\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"blood\"}], optional_params: [], return_schema: \"{\\\"status\\\": \\\"str\\\", \\\"message-type\\\": \\\"str\\\", \\\"message-version\\\": \\\"str\\\", \\\"message\\\": {\\\"facets\\\": {}, \\\"total-results\\\": \\\"int\\\", \\\"items\\\": [{\\\"indexed\\\": {\\\"date-parts\\\": [\\\"list of list with length 1\\\"], \\\"date-time\\\": \\\"str\\\", \\\"timestamp\\\": \\\"int\\\"}, \\\"reference-count\\\": \\\"int\\\", \\\"publisher\\\": \\\"str\\\", \\\"content-domain\\\": {\\\"domain\\\": \\\"empty list\\\", \\\"crossmark-restriction\\\": \\\"bool\\\"}, \\\"published-print\\\": {\\\"date-parts\\\": [\\\"list of list with length 1\\\"]}, \\\"abstract\\\": \\\"str\\\", \\\"DOI\\\": \\\"str\\\", \\\"type\\\": \\\"str\\\", \\\"created\\\": {\\\"date-parts\\\": [\\\"list of list with length 1\\\"], \\\"date-time\\\": \\\"str\\\", \\\"timestamp\\\": \\\"int\\\"}, \\\"page\\\": \\\"str\\\", \\\"source\\\": \\\"str\\\", \\\"is-referenced-by-count\\\": \\\"int\\\", \\\"title\\\": [\\\"list of str with length 1\\\"], \\\"prefix\\\": \\\"str\\\", \\\"author\\\": [{\\\"given\\\": \\\"str\\\", \\\"family\\\": \\\"str\\\", \\\"sequence\\\": \\\"str\\\", \\\"affiliation\\\": \\\"empty list\\\", \\\"_list_length\\\": 1}], \\\"member\\\": \\\"str\\\", \\\"published-online\\\": {\\\"date-parts\\\": [\\\"list of list with length 1\\\"]}, \\\"container-title\\\": [\\\"list of str with length 1\\\"], \\\"original-title\\\": [\\\"list of str with length 1\\\"], \\\"deposited\\\": {\\\"d\"", "Email, Blaze Verify, Verify an email, Verify a single email. If a verification request takes longer than the timeout, you may retry this request for up to 5 minutes. After 5 minutes, further requests will count against your usage. The verification result will be returned when it is available.<br><br>, required_params: [{\"name\": \"email\", \"type\": \"STRING\", \"description\": \"The email you want verified.\", \"default\": \"\"}], optional_params: [{\"name\": \"accept_all\", \"type\": \"BOOLEAN\", \"description\": \"Does an accept-all check. Heavily impacts API's response time. Default: false\", \"default\": \"\"}, {\"name\": \"smtp\", \"type\": \"BOOLEAN\", \"description\": \"The SMTP step takes up a majority of the API's response time. If you would like to speed up your response times, you can disable this step. Default: true\", \"default\": \"\"}, {\"name\": \"timeout\", \"type\": \"NUMBER\", \"description\": \"Optional timeout to wait for response (in seconds). Min: 2, Max: 30. Default: 5\", \"default\": \"\"}], return_schema: {\"accept_all\": \"bool\", \"did_you_mean\": \"NoneType\", \"disposable\": \"bool\", \"domain\": \"str\", \"duration\": \"float\", \"email\": \"str\", \"first_name\": \"str\", \"free\": \"bool\", \"full_name\": \"str\", \"gender\": \"str\", \"last_name\": \"NoneType\", \"mx_record\": \"str\", \"reason\": \"str\", \"role\": \"bool\", \"score\": \"int\", \"smtp_provider\": \"str\", \"state\": \"str\", \"tag\": \"NoneType\", \"user\": \"str\"}", "Data, Best Backlink checker API, Top Backlinks, Get the list of top backlinks and counts, required_params: [{\"name\": \"domain\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"getecz.com\"}], optional_params: [], return_schema: \"{\\\"counts\\\": {\\\"backlinks\\\": {\\\"total\\\": \\\"int\\\", \\\"doFollow\\\": \\\"int\\\", \\\"fromHomePage\\\": \\\"int\\\", \\\"doFollowFromHomePage\\\": \\\"int\\\", \\\"text\\\": \\\"int\\\", \\\"toHomePage\\\": \\\"int\\\"}, \\\"domains\\\": {\\\"total\\\": \\\"int\\\", \\\"doFollow\\\": \\\"int\\\", \\\"fromHomePage\\\": \\\"int\\\", \\\"toHomePage\\\": \\\"int\\\"}, \\\"ips\\\": {\\\"total\\\": \\\"int\\\", \\\"doFollow\\\": \\\"int\\\"}, \\\"cBlocks\\\": {\\\"total\\\": \\\"int\\\", \\\"doFollow\\\": \\\"int\\\"}, \\\"anchors\\\": {\\\"total\\\": \\\"int\\\", \\\"doFollow\\\": \\\"int\\\"}, \\\"anchorUrls\\\": \\\"int\\\", \\\"topTLD\\\": {\\\"line\\\": [{\\\"label\\\": \\\"str\\\", \\\"count\\\": \\\"int\\\", \\\"_list_length\\\": 5}]}, \\\"topCountry\\\": {\\\"line\\\": [{\\\"code\\\": \\\"str\\\", \\\"label\\\": \\\"str\\\", \\\"count\\\": \\\"int\\\", \\\"_list_length\\\": 3}]}, \\\"topAnchorsByBacklinks\\\": {\\\"line\\\": [{\\\"anchor\\\": \\\"str\\\", \\\"text\\\": \\\"bool\\\", \\\"count\\\": \\\"int\\\", \\\"_list_length\\\": 10}]}, \\\"topAnchorsByDomains\\\": {\\\"line\\\": [{\\\"anchor\\\": \\\"str\\\", \\\"text\\\": \\\"bool\\\", \\\"count\\\": \\\"int\\\", \\\"_list_length\\\": 10}]}, \\\"topAnchorUrlsByBacklinks\\\": {\\\"line\\\": [{\\\"label\\\": \\\"str\\\", \\\"count\\\": \\\"int\\\", \\\"_list_length\\\": 7}]}, \\\"topAnchorUrlsByDomains\\\": {\\\"line\\\": [{\\\"label\\\": \\\"str\\\", \\\"count\\\": \\\"int\\\", \\\"_list_length\\\": 7}]}}, \\\"backlinks\\\": [{\\\"url_from\\\": \"", "Data, Unofficial Trust Pilot, consumers/get-web-links, Get web links to a consumer, required_params: [{\"name\": \"id\", \"type\": \"STRING\", \"description\": \"The value of consumer->id field returned in .../business-units/get-reviews or .../consumers/detail endpoint\", \"default\": \"5f9c424654404f0019fb19fc\"}], optional_params: [{\"name\": \"locale\", \"type\": \"STRING\", \"description\": \"The locale code\", \"default\": \"en-US\"}], return_schema: {\"locale\": \"str\", \"profileUrl\": \"str\"}", "Finance, Is This Coin A Scam, Get profile by slug, Get a specific coin profile by slug, required_params: [{\"name\": \"slug\", \"type\": \"STRING\", \"description\": \"Slug of Coin\", \"default\": \"bitcoin\"}], optional_params: [{\"name\": \"explorers\", \"type\": \"BOOLEAN\", \"description\": \"'true' if you want to display the list of explorers\", \"default\": \"false\"}, {\"name\": \"community\", \"type\": \"BOOLEAN\", \"description\": \"'true' if you want to display the community metrics related to this coin\", \"default\": \"false\"}, {\"name\": \"repo\", \"type\": \"BOOLEAN\", \"description\": \"'true' if you want to display the source code repo stats related to this coin\", \"default\": \"false\"}, {\"name\": \"contracts\", \"type\": \"BOOLEAN\", \"description\": \"'true' if you want to display the smart contracts and audit data related to this coin\", \"default\": \"false\"}, {\"name\": \"news\", \"type\": \"BOOLEAN\", \"description\": \"'true' if you want to display the latest 5 news stories related to this coin\", \"default\": \"false\"}, {\"name\": \"flags\", \"type\": \"BOOLEAN\", \"description\": \"'true' if you want to display the red flags related to this coin\", \"default\": \"false\"}, {\"name\": \"exchanges\", \"type\": \"BOOLEAN\", \"description\": \"'true' if you want to display the list of exchanges\", \"default\": \"false\"}, {\"name\": \"links\", \"type\": \"BOOLEAN\", \"description\": \"'true' if you want to display the link to social media and project websites and artifacts\", \"default\": \"false\"}, {\"name\": \"tags\", \"type\": \"BOOLEAN\", \"description\": \"'true' if you want to display the tags related to this coin\", \"default\": \"false\"}], return_schema: {\"success\": \"bool\", \"data\": {\"slug\": \"str\", \"name\": \"str\", \"symbol\": \"str\", \"type\": \"str\", \"icon\": \"str\", \"genesis_at\": \"str\", \"description\": \"str\", \"technology\": {\"title\": \"str\", \"infrastructure\": \"str\", \"generation\": \"str\"}, \"meta\": {\"capsize\": \"str\", \"category\": \"str\", \"style\": \"str\"}, \"score\": {\"title\": \"str\", \"rating\": \"str\", \"marketcap_rank\": \"int\", \"percentage\": \"int\", \"status\": \"str\"}, \"platform\": \"empty list\", \"updated_at\": \"str\"}, \"message\": \"str\"}", "Finance, Is This Coin A Scam, List all profiles, Get a list of profiles. You can search slug, name and symbol, required_params: [], optional_params: [{\"name\": \"page\", \"type\": \"NUMBER\", \"description\": \"the page number which to start from\", \"default\": 1}, {\"name\": \"community\", \"type\": \"BOOLEAN\", \"description\": \"'true' if you want to display the community metrics related to this coin\", \"default\": \"false\"}, {\"name\": \"name\", \"type\": \"STRING\", \"description\": \"search all profile names. Search for more than 1 name by using a comma seperated list.\", \"default\": \"bitcoin\"}, {\"name\": \"repo\", \"type\": \"BOOLEAN\", \"description\": \"'true' if you want to display the source code repo stats related to this coin\", \"default\": \"false\"}, {\"name\": \"explorers\", \"type\": \"BOOLEAN\", \"description\": \"'true' if you want to display the list of explorers\", \"default\": \"false\"}, {\"name\": \"flags\", \"type\": \"BOOLEAN\", \"description\": \"'true' if you want to display the red flags related to this coin\", \"default\": \"false\"}, {\"name\": \"symbol\", \"type\": \"STRING\", \"description\": \"search all profile symbols. Search for more than 1 slug by using a comma seperated list.\", \"default\": \"BTC,ETH\"}, {\"name\": \"exchanges\", \"type\": \"BOOLEAN\", \"description\": \"'true' if you want to display the list of exchanges\", \"default\": \"false\"}, {\"name\": \"slug\", \"type\": \"STRING\", \"description\": \"search all profile slugs. Search for more than 1 slug by using a comma seperated list.\", \"default\": \"bitcoin,ethereum\"}, {\"name\": \"tags\", \"type\": \"BOOLEAN\", \"description\": \"'true' if you want to display the tags related to this coin\", \"default\": \"false\"}, {\"name\": \"limit\", \"type\": \"NUMBER\", \"description\": \"limit the number of records returned\", \"default\": 10}, {\"name\": \"contracts\", \"type\": \"BOOLEAN\", \"description\": \"'true' if you want to display the smart contracts and audit data related to this coin\", \"default\": \"false\"}, {\"name\": \"links\", \"type\": \"BOOLEAN\", \"description\": \"'true' if you want to display the link to social media and project websites and artifacts\", \"default\": \"false\"}, {\"name\": \"news\", \"type\": \"BOOLEAN\", \"description\": \"'true' if you want to display the latest 5 news stories related to this coin\", \"default\": \"false\"}], return_schema: {\"success\": \"bool\", \"data\": [{\"slug\": \"str\", \"name\": \"str\", \"symbol\": \"str\", \"type\": \"str\", \"icon\": \"str\", \"genesis_at\": \"str\", \"description\": \"str\", \"technology\": {\"title\": \"str\", \"infrastructure\": \"str\", \"generation\": \"str\"}, \"meta\": {\"capsize\": \"str\", \"category\": \"str\", \"style\": \"str\"}, \"score\": {\"title\": \"str\", \"rating\": \"str\", \"marketcap_rank\": \"int\", \"percentage\": \"int\", \"status\": \"str\"}, \"platform\": \"empty list\", \"updated_at\": \"str\", \"_list_length\": 1}], \"paging\": {\"records\": \"int\", \"total\": \"int\", \"page\": \"int\", \"limit\": \"int\"}, \"message\": \"str\"}", "Social, Youtube V2, Youtube Search, This endpoint will a specific number of videos for a specific keyword, note that the maximum is 40 videos per request, required_params: [{\"name\": \"query\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"bobby lee\"}], optional_params: [{\"name\": \"lang\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"en\"}, {\"name\": \"order_by\", \"type\": \"STRING\", \"description\": \"Possible values: \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"last_hour\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\", \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"today\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\", \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"this_week\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\", \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"this_month\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\", \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"this_year\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"\", \"default\": \"this_month\"}, {\"name\": \"country\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"us\"}], return_schema: {\"number_of_videos\": \"str\", \"query\": \"str\", \"country\": \"str\", \"lang\": \"str\", \"timezone\": \"str\", \"continuation_token\": \"str\", \"videos\": [{\"video_id\": \"str\", \"title\": \"str\", \"author\": \"str\", \"number_of_views\": \"int\", \"video_length\": \"str\", \"description\": \"str\", \"is_live_content\": \"NoneType\", \"published_time\": \"str\", \"channel_id\": \"str\", \"category\": \"NoneType\", \"type\": \"str\", \"keywords\": \"empty list\", \"thumbnails\": [{\"url\": \"str\", \"width\": \"int\", \"height\": \"int\", \"_list_length\": 2}], \"_list_length\": 20}]}", "Tools, UptoSite Link Shortener, Get Long URL, Get the actual long URL from shortened URL, required_params: [{\"name\": \"slug\", \"type\": \"string\", \"description\": \"\", \"default\": \"ntt-chrome\"}], optional_params: [], return_schema: {\"url\": \"str\"}"], "task": "tool"}
{"query": "My friend is planning to buy a car and wants to know the available years for a specific make. Can you fetch the years for the make 'Ford'?", "qid": "63970", "pos": ["Transportation, Car API, VIN Decoder, Decodes Vehicle Identification Numbers. The result will include a list of specifications in the specs property and a list of all possible trims matching the VIN in the trims property., required_params: [{\"name\": \"vin\", \"type\": \"string\", \"description\": \"\", \"default\": \"KNDJ23AU4N7154467\"}], optional_params: [], return_schema: \"{\\\"year\\\": \\\"int\\\", \\\"make\\\": \\\"str\\\", \\\"model\\\": \\\"str\\\", \\\"trim\\\": \\\"str\\\", \\\"specs\\\": {\\\"suggested_vin\\\": \\\"str\\\", \\\"possible_values\\\": \\\"str\\\", \\\"vehicle_descriptor\\\": \\\"str\\\", \\\"destination_market\\\": \\\"NoneType\\\", \\\"manufacturer_name\\\": \\\"str\\\", \\\"plant_city\\\": \\\"str\\\", \\\"series\\\": \\\"NoneType\\\", \\\"vehicle_type\\\": \\\"str\\\", \\\"plant_country\\\": \\\"str\\\", \\\"plant_company_name\\\": \\\"NoneType\\\", \\\"plant_state\\\": \\\"NoneType\\\", \\\"trim2\\\": \\\"NoneType\\\", \\\"series2\\\": \\\"str\\\", \\\"note\\\": \\\"NoneType\\\", \\\"base_price\\\": \\\"NoneType\\\", \\\"non_land_use\\\": \\\"NoneType\\\", \\\"body_class\\\": \\\"str\\\", \\\"doors\\\": \\\"NoneType\\\", \\\"windows\\\": \\\"NoneType\\\", \\\"wheel_base_type\\\": \\\"NoneType\\\", \\\"track_width_inches\\\": \\\"NoneType\\\", \\\"gross_vehicle_weight_rating_from\\\": \\\"str\\\", \\\"bed_length_inches\\\": \\\"NoneType\\\", \\\"curb_weight_pounds\\\": \\\"NoneType\\\", \\\"wheel_base_inches_from\\\": \\\"NoneType\\\", \\\"wheel_base_inches_to\\\": \\\"NoneType\\\", \\\"gross_combination_weight_rating_from\\\": \\\"NoneType\\\", \\\"gross_combination_weight_rating_to\\\": \\\"NoneType\\\", \\\"gross_vehicle_weight_rating_to\\\": \\\"NoneType\\\", \\\"bed_type\\\": \\\"NoneType\\\", \\\"cab_type\\\": \\\"NoneType\\\", \\\"trailer_type\"", "Transportation, Car API, Engines, To include additional information about the returned body (such as year, make, model and trim) request with the query parameter as verbose=yes. For complex queries you may use the json field to send an array of URL encoded JSON conditions, example: `[{\"field\": \"horsepower_hp\", \"op\": \">=\", \"val\": 100}, {\"field\": \"horsepower_hp\", \"op\": \"<=\", \"val\": 300}]` See /api/vehicle-attributes for a complete list of vehicle attributes. Allowed operators are: `>`, `<`, `>=`, `<=`, `in`, `not in`, `like`, `not like`, `is null` and `not null`. Allowed json search fields are: year, make, model, trim, fuel_type, engine_type, transmission, drive_type, cam_type, valve_timing, valves, horsepower_hp, size, cylinders, make_id, make_model_id, and make_model_trim_id., required_params: [], optional_params: [{\"name\": \"year\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"direction\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"asc\"}, {\"name\": \"valves\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"valve_timing\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"fuel_type\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"json\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"model\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"make\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"make_model_id\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"trim\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"cam_type\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"engine_type\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"make_model_trim_id\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"limit\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"drive_type\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"verbose\", \"type\": \"STRING\", \"description\": \"Includes make, model and trim\", \"default\": \"yes\"}, {\"name\": \"make_id\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"cylinders\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"page\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"sort\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"id\"}, {\"name\": \"size\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"horsepower_hp\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"transmission\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}], return_schema: {\"exception\": \"str\", \"message\": \"str\", \"url\": \"str\", \"code\": \"int\"}", "Transportation, Car API, Makes, Search makes by name and year., required_params: [], optional_params: [{\"name\": \"limit\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"direction\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"asc\"}, {\"name\": \"sort\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"id\"}, {\"name\": \"page\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"make\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"year\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}], return_schema: {\"exception\": \"str\", \"message\": \"str\", \"url\": \"str\", \"code\": \"int\"}", "Transportation, Car API, Vehicle Attributes, Returns all options for given attribute., required_params: [], optional_params: [{\"name\": \"attribute\", \"type\": \"STRING\", \"description\": \"The attribute options to be returned\", \"default\": \"bodies.type\"}], return_schema: {}", "Transportation, Car API, Interior Colors, To include additional information about the returned body (such as year, make, model and trim) request with the query parameter as verbose=yes. For complex queries you may use the json field to send an array of URL encoded JSON conditions, example: [{\"field\": \"name\", \"op\": \"in\", \"val\": [\"red\", \"blue\"]}] Allowed operators are: `>`, `<`, `>=`, `<=`, `in`, `not in`, `like`, `not like`, `is null` and `not null`. Allowed json search fields are: year, make, model, trim, name, rgb, make_id, make_model_id, and make_model_trim_i, required_params: [], optional_params: [{\"name\": \"model\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"name\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"trim\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"page\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"direction\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"asc\"}, {\"name\": \"limit\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"make_model_trim_id\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"year\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"rgb\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"sort\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"id\"}, {\"name\": \"verbose\", \"type\": \"STRING\", \"description\": \"Includes make, model and trim\", \"default\": \"yes\"}, {\"name\": \"json\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"make_id\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"make\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"make_model_id\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}], return_schema: {\"exception\": \"str\", \"message\": \"str\", \"url\": \"str\", \"code\": \"int\"}", "Transportation, Car API, Exterior Colors, To include additional information about the returned body (such as year, make, model and trim) request with the query parameter as verbose=yes. For complex queries you may use the json field to send an array of URL encoded JSON conditions, example: [{\"field\": \"name\", \"op\": \"in\", \"val\": [\"red\", \"blue\"]}] Allowed operators are: `>`, `<`, `>=`, `<=`, `in`, `not in`, `like`, `not like`, `is null` and `not null`. Allowed json search fields are: year, make, model, trim, name, rgb, make_id, make_model_id, and make_model_trim_i, required_params: [], optional_params: [{\"name\": \"trim\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"make_model_id\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"sort\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"id\"}, {\"name\": \"verbose\", \"type\": \"STRING\", \"description\": \"Includes make, model and trim\", \"default\": \"yes\"}, {\"name\": \"rgb\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"limit\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"direction\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"asc\"}, {\"name\": \"name\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"make_id\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"make\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"year\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"model\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"make_model_trim_id\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"page\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"json\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}], return_schema: {\"exception\": \"str\", \"message\": \"str\", \"url\": \"str\", \"code\": \"int\"}", "Transportation, Car API, Models, Search models by year, make, model, trim or make_id. To include the models make in the description request with the query parameter as `verbose=yes`. For complex queries you may use the json field to send an array of URL encoded JSON conditions, example: `[{\"field\": \"make\", \"op\": \"in\", \"val\": [\"Ford\", \"Acura\"]}, {\"field\": \"year\", \"op\": \">=\", \"val\": 2010}] Allowed json operators are: =, !=, >, <, >=, <=, in, not in, like, not like, not null, and is null. Allowed json search fields are: year, make, model, make_id, created, and modified., required_params: [], optional_params: [{\"name\": \"limit\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"make_id\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"year\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"page\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"sort\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"id\"}, {\"name\": \"make\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"model\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"direction\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"asc\"}, {\"name\": \"verbose\", \"type\": \"STRING\", \"description\": \"Includes make, model and trim\", \"default\": \"yes\"}], return_schema: {\"exception\": \"str\", \"message\": \"str\", \"url\": \"str\", \"code\": \"int\"}", "Transportation, Car API, Years, For complex queries you may use the json field to send an array of URL encoded JSON conditions, example: `[{\"field\": \"make\", \"op\": \"in\", \"val\": [\"Scion\", \"Tesla\"]}]` Allowed operators are: `>`, `<`, `>=`, `<=`, `in`, `not in`, `like`, `not like`, `is null` and `not null`. Allowed search fields are: `year`, `make`, `model`, `trim`, `make_id`, and `make_model_id`., required_params: [], optional_params: [{\"name\": \"make_id\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"make\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"year\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"json\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"make_model_id\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"model\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"trim\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}], return_schema: {\"exception\": \"str\", \"message\": \"str\", \"url\": \"str\", \"code\": \"int\"}", "Transportation, Car API, Trims, To include additional information about the returned body (such as year, make, model and trim) request with the query parameter as verbose=yes. For complex queries you may use the json field to send an array of URL encoded JSON conditions, example: `[{\"field\": \"year\", \"op\": \">=\", \"val\": 2010}, {\"field\": \"year\", \"op\": \"<=\", \"val\": 2020}]` Allowed operators are: `>`, `<`, `>=`, `<=`, `in`, `not in`, `like`, `not like`, `is null` and `not null`. Allowed json search fields are: year, make, model, trim, bodies.type, engines.cam_type, engines.cylinders, engines.drive_type, engines.engine_type, engines.fuel_type, engines.transmission, engines.valve_timing, engines.valves, make_id, make_model_id, make_model_trim_id, created, and modified., required_params: [], optional_params: [{\"name\": \"make_id\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"limit\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"direction\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"asc\"}, {\"name\": \"sort\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"id\"}, {\"name\": \"year\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"model\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"page\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"trim\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"make_model_id\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"verbose\", \"type\": \"STRING\", \"description\": \"Includes make, model and trim\", \"default\": \"yes\"}, {\"name\": \"make\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"json\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}], return_schema: {\"exception\": \"str\", \"message\": \"str\", \"url\": \"str\", \"code\": \"int\"}", "Transportation, Car API, Bodies, To include additional information about the returned body (such as year, make, model and trim) request with the query parameter as verbose=yes. For complex queries you may use the json field to send an array of URL encoded JSON conditions, example: `[{\"field\": \"doors\", \"op\": \">=\", \"val\": 4}, {\"field\": \"type\", \"op\": \"in\", \"val\": [\"SUV\",\"Van\"]}]` See /api/vehicle-attributes for a complete list of vehicle attributes. Allowed operators are: `>`, `<`, `>=`, `<=`, `in`, `not in`, `like`, `not like`, `is null` and `not null`. Allowed json search fields are: year, make, model, trim, type, doors, make_id, make_model_id, and make_model_trim_id., required_params: [], optional_params: [{\"name\": \"make_model_trim_id\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"direction\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"asc\"}, {\"name\": \"year\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"page\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"verbose\", \"type\": \"STRING\", \"description\": \"Includes make, model and trim\", \"default\": \"yes\"}, {\"name\": \"json\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"make_id\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"trim\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"sort\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"id\"}, {\"name\": \"make_model_id\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"model\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"make\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"type\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"limit\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"doors\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}], return_schema: {\"exception\": \"str\", \"message\": \"str\", \"url\": \"str\", \"code\": \"int\"}"], "neg": ["Data, Hull ID Boat HIN Decoder, Year & Make Lookup (returns json), Lookup the boat manufacturers (makes) for a given year. This API can be used to create selection drop down menu for year and make. It will return json results, required_params: [{\"name\": \"year\", \"type\": \"NUMBER\", \"description\": \"The year you want to look for the boat builders. format YYYY. From 1970 to present year.\", \"default\": \"1970\"}], optional_params: [], return_schema: {}", "Transportation, Datamo, /specs/v1/tier1, Pull requested vehicle data for specific field parameters. Tier 1 allows the following to be queried by: 1. make 2. model At least one query parameter is required for a successful call., required_params: [{\"name\": \"make\", \"type\": \"STRING\", \"description\": \"At least 1 query parameter is required to make a successful call. For purpose of testing through the RapidAPI interface, this is required. Normally, only one of any additional query parameters is required. i.e. make, model, engineType, ...\", \"default\": \"Tesla\"}], optional_params: [{\"name\": \"sortBy\", \"type\": \"STRING\", \"description\": \"The field you would like to sort by.\", \"default\": \"\"}, {\"name\": \"order\", \"type\": \"STRING\", \"description\": \"The sort order of the specified field.\", \"default\": \"\"}, {\"name\": \"model\", \"type\": \"STRING\", \"description\": \"At least 1 query parameter is required to make a successful call.\", \"default\": \"Model 3\"}, {\"name\": \"page\", \"type\": \"NUMBER\", \"description\": \"The page of data returned, starting with index 1 (Default 1)\", \"default\": \"\"}, {\"name\": \"per_page\", \"type\": \"NUMBER\", \"description\": \"The number of entries returned per query. The default is 10 per page. The max per page is 250. \", \"default\": \"\"}, {\"name\": \"fields\", \"type\": \"STRING\", \"description\": \"Over 100+ returnable fields including: make, model, engineType, bodyType, msrp, etc. See the Datamo website for a full list. Leave blank to return all fields.\", \"default\": \"\"}], return_schema: \"{\\\"totalItems\\\": \\\"int\\\", \\\"totalPages\\\": \\\"int\\\", \\\"data\\\": [{\\\"_id\\\": \\\"str\\\", \\\"angleOfApproach\\\": \\\"str\\\", \\\"angleOfDeparture\\\": \\\"str\\\", \\\"body\\\": \\\"str\\\", \\\"bodyType\\\": \\\"str\\\", \\\"camType\\\": \\\"str\\\", \\\"carClassification\\\": \\\"str\\\", \\\"cargoCapacity\\\": \\\"str\\\", \\\"chargeTime\\\": \\\"str\\\", \\\"colorsExterior\\\": \\\"str\\\", \\\"colorsInterior\\\": \\\"str\\\", \\\"comfort\\\": \\\"str\\\", \\\"convenience\\\": \\\"str\\\", \\\"countryOfOrigin\\\": \\\"str\\\", \\\"curbWeight\\\": \\\"str\\\", \\\"cylinders\\\": \\\"str\\\", \\\"dateAdded\\\": \\\"str\\\", \\\"domesticOrImported\\\": \\\"str\\\", \\\"doorFeatures\\\": \\\"str\\\", \\\"doors\\\": \\\"str\\\", \\\"dragCoefficient\\\": \\\"str\\\", \\\"driveType\\\": \\\"str\\\", \\\"eRange\\\": \\\"str\\\", \\\"energyConsumption\\\": \\\"str\\\", \\\"engineSize\\\": \\\"str\\\", \\\"engineType\\\": \\\"str\\\", \\\"expertRatingComfort\\\": \\\"str\\\", \\\"expertRatingDriving\\\": \\\"str\\\", \\\"expertRatingEconomy\\\": \\\"str\\\", \\\"expertRatingInterior\\\": \\\"str\\\", \\\"expertRatingStorage\\\": \\\"str\\\", \\\"expertRatingTechnology\\\": \\\"str\\\", \\\"expertRatingValue\\\": \\\"str\\\", \\\"expertRatingVerdict \\\": \\\"str\\\", \\\"expertRatingWildcard\\\": \\\"str\\\", \\\"exteriorOptions\\\": \\\"str\\\", \\\"frontHeadRoom\\\": \\\"str\\\", \\\"frontHipRoom\\\": \\\"str\\\", \\\"frontLegRoom\\\": \\\"str\\\", \\\"frontS\"", "Database, Data Axle Consumer Search, Consumer Name Search, Find relevant People in the Data Axle database, required_params: [{\"name\": \"limit\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"20\"}, {\"name\": \"packages\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"standard_v2\"}], optional_params: [{\"name\": \"query\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"Jon Smith\"}], return_schema: {\"count\": \"int\", \"documents\": [{\"person_id\": \"str\", \"first_name\": \"str\", \"last_name\": \"str\", \"gender\": \"str\", \"family_id\": \"str\", \"estimated_married\": \"str\", \"multi_family\": \"bool\", \"location_family_count\": [\"list of int with length 2\"], \"location_unit_count\": [\"list of int with length 2\"], \"street\": \"str\", \"city\": \"str\", \"state\": \"str\", \"postal_code\": \"str\", \"geocoordinate\": {\"lat\": \"float\", \"lon\": \"float\"}, \"geocode_method\": \"str\", \"cbsa_code\": \"str\", \"cbsa_level\": \"str\", \"csa_code\": \"str\", \"census_block_group\": \"str\", \"census_tract\": \"str\", \"fips_code\": \"str\", \"congressional_district\": \"str\", \"_list_length\": 20}]}", "Finance, 👋 Demo Project_v3, Get Product, , required_params: [{\"name\": \"id\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"\"}], optional_params: [], return_schema: \"\"", "Data, vin-decoder_v4, Vin Decode, Vin Decode, required_params: [{\"name\": \"vin\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"WBAWY32040L678750\"}], optional_params: [], return_schema: \"\"", "Finance, CNBC, v2/auto-complete, Get auto suggestion by familiar terms or phrase, required_params: [{\"name\": \"q\", \"type\": \"STRING\", \"description\": \"Any word or phrase that you are familiar with\", \"default\": \"tesla\"}], optional_params: [], return_schema: {\"data\": {\"symbolEntries\": {\"__typename\": \"str\", \"tags\": [{\"__typename\": \"str\", \"group\": \"str\", \"results\": [{\"__typename\": \"str\", \"name\": \"str\", \"issueId\": \"int\", \"issuerId\": \"int\", \"exchangeName\": \"str\", \"subType\": \"str\", \"symbol\": \"str\", \"countryCode\": \"str\", \"_list_length\": 20}], \"totalResults\": \"NoneType\", \"_list_length\": 1}]}}, \"extensions\": {\"tracing\": {\"version\": \"int\", \"startTime\": \"str\", \"endTime\": \"str\", \"duration\": \"int\", \"execution\": {\"resolvers\": [{\"path\": [\"list of str with length 1\"], \"parentType\": \"str\", \"fieldName\": \"str\", \"returnType\": \"str\", \"startOffset\": \"int\", \"duration\": \"int\", \"_list_length\": 145}]}}}}", "Data, Car Data, Makes, get a list of supported makes, required_params: [], optional_params: [], return_schema: {}", "Other, 4Bro - 1337X, GetAccountInfos, GetAccountInfos, required_params: [], optional_params: [], return_schema: \"\"", "Advertising, Test_v2, some-operation-od, H2H team comparison, required_params: [{\"name\": \"secret\", \"type\": \"STRING\", \"description\": \"Your API Secret that you get from your account on our website\", \"default\": \"\"}, {\"name\": \"key\", \"type\": \"STRING\", \"description\": \"Your API Key that you get from your account on our website API key\", \"default\": \"\"}, {\"name\": \"team2_id\", \"type\": \"NUMBER\", \"description\": \"Team 2\", \"default\": \"\"}, {\"name\": \"team1_id\", \"type\": \"NUMBER\", \"description\": \"Team 1\", \"default\": \"\"}], optional_params: [{\"name\": \"lang\", \"type\": \"STRING\", \"description\": \"Translate into language\", \"default\": \"\"}], return_schema: \"\"", "Tools, 👋 Onboarding Project_v3, Get Products in Category, , required_params: [{\"name\": \"category\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"limit\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"skip\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"\"}], optional_params: [], return_schema: \"\"", "Finance, BB Finance, market/get-compact, Get most informative fields about indices, commodities, currencies, rates, etc..., required_params: [{\"name\": \"id\", \"type\": \"STRING\", \"description\": \"The value of id field returned in .../market/auto-complete endpoint, separated by comma to query multiple stickers at once.\", \"default\": \"adsmi:ind,aex:ind,co1:com,gc1:com\"}], optional_params: [], return_schema: \"{\\\"result\\\": {\\\"ADSMI:IND\\\": {\\\"securityType\\\": \\\"str\\\", \\\"symbol\\\": \\\"str\\\", \\\"country\\\": \\\"str\\\", \\\"currency\\\": \\\"str\\\", \\\"resourceType\\\": \\\"str\\\", \\\"fundamentalDataCurrency\\\": \\\"str\\\", \\\"resourceSubtype\\\": \\\"str\\\", \\\"region\\\": \\\"str\\\", \\\"ticker\\\": \\\"str\\\", \\\"tickerName\\\": \\\"str\\\", \\\"template\\\": \\\"str\\\", \\\"tinyName\\\": \\\"str\\\", \\\"name\\\": \\\"str\\\", \\\"watchlist\\\": \\\"bool\\\", \\\"resourceId\\\": \\\"str\\\", \\\"eqtIndex\\\": \\\"bool\\\", \\\"last\\\": \\\"str\\\", \\\"netChange\\\": \\\"str\\\", \\\"lastPriceTime\\\": \\\"int\\\", \\\"pctChange1M\\\": \\\"str\\\", \\\"yearHigh\\\": \\\"str\\\", \\\"dayHigh\\\": \\\"str\\\", \\\"volume\\\": \\\"int\\\", \\\"yearLow\\\": \\\"str\\\", \\\"dayLow\\\": \\\"str\\\", \\\"pctChangeYTD\\\": \\\"str\\\", \\\"pctChange\\\": \\\"str\\\", \\\"isOpen\\\": \\\"bool\\\"}, \\\"AEX:IND\\\": {\\\"securityType\\\": \\\"str\\\", \\\"symbol\\\": \\\"str\\\", \\\"country\\\": \\\"str\\\", \\\"currency\\\": \\\"str\\\", \\\"resourceType\\\": \\\"str\\\", \\\"fundamentalDataCurrency\\\": \\\"str\\\", \\\"resourceSubtype\\\": \\\"str\\\", \\\"region\\\": \\\"str\\\", \\\"ticker\\\": \\\"str\\\", \\\"tickerName\\\": \\\"str\\\", \\\"template\\\": \\\"str\\\", \\\"tinyName\\\": \\\"str\\\", \\\"name\\\": \\\"str\\\", \\\"watchlist\\\": \\\"bool\\\", \\\"resourceId\\\": \\\"str\\\", \\\"eqtIndex\\\": \\\"bool\\\", \\\"last\\\": \\\"str\\\", \\\"netChange\\\": \\\"str\\\", \\\"lastPriceTime\\\": \\\"int\\\", \\\"pctChange1\"", "Data, Youtube v3_v2, Comment Info, Get comments info., required_params: [{\"name\": \"part\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"snippet\"}, {\"name\": \"id\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"UgzZ696zk0n_CBhYMK14AaABAg\"}], optional_params: [{\"name\": \"maxResults\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"parentId\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}], return_schema: \"\"", "Search, VIN decoder, US License Plate to VIN, Get the vin by license plate number., required_params: [{\"name\": \"state_code\", \"type\": \"STRING\", \"description\": \"**Run a License Plate Search By State**\\nAL,AK,AZ,AR,CA,CO,CT,DE,DC,FL,GA,HI,ID,IL,IN,IA,KS,KY,LA,ME,MD,MA,MI,MN,MS,MO,MT,NE,NV,NH,NJ,NM,NY,NC,ND,OH,OK,OR,PA,RI,SC,SD,TN,TX,UT,VT,VA,WA,WV,WI,WY\", \"default\": \"AL\"}, {\"name\": \"license_plate\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"S8TAN\"}], optional_params: [], return_schema: {\"code\": \"str\", \"status\": \"str\", \"vin\": \"str\"}", "Database, car code, /obd2/{code}, This endpoint will provide the human readable version of a requested obd2 code, required_params: [{\"name\": \"code\", \"type\": \"string\", \"description\": \"\", \"default\": \"P0001\"}], optional_params: [], return_schema: {\"code\": \"str\", \"definition\": \"str\", \"cause\": [\"list of str with length 7\"]}", "Search, Vehicle Ownership Cost, Vehicle Ownership Cost by VINs, Vehicle Ownership Cost by VINs, required_params: [{\"name\": \"state\", \"type\": \"STRING\", \"description\": \"State Code\\nAL,AK,AZ,AR,CA,CO,CT,DE,DC,FL,GA,HI,ID,IL,IN,IA,KS,KY,LA,ME,MD,MA,MI,MN,MS,MO,MT,NE,NV,NH,NJ,NM,NY,NC,ND,OH,OK,OR,PA,RI,SC,SD,TN,TX,UT,VT,VA,WA,WV,WI,WY\", \"default\": \"AL\"}, {\"name\": \"vin\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"5UXKR0C58JL074657\"}], optional_params: [], return_schema: {\"service\": \"str\", \"date\": \"str\", \"status\": \"str\", \"vehicle\": \"str\", \"mileage_start\": \"int\", \"mileage_year\": \"int\", \"depreciation_cost\": [\"list of int with length 5\"], \"insurance_cost\": [\"list of int with length 5\"], \"fuel_cost\": [\"list of int with length 5\"], \"maintenance_cost\": [\"list of int with length 5\"], \"repairs_cost\": [\"list of int with length 5\"], \"total_cost\": [\"list of int with length 5\"], \"total_cost_sum\": \"int\"}", "Data, Cars by API-Ninjas, /v1/cars, API Ninjas Cars API endpoint., required_params: [], optional_params: [{\"name\": \"model\", \"type\": \"STRING\", \"description\": \"Model of vehicle.\", \"default\": \"corolla\"}, {\"name\": \"max_city_mpg\", \"type\": \"NUMBER\", \"description\": \"Maximum city fuel efficiency in miles per gallon.\", \"default\": \"\"}, {\"name\": \"min_comb_mpg\", \"type\": \"NUMBER\", \"description\": \"Minimum combination (city + highway) fuel efficiency in miles per gallon.\", \"default\": \"\"}, {\"name\": \"max_hwy_mpg\", \"type\": \"NUMBER\", \"description\": \"Maximum highway fuel efficiency in miles per gallon.\", \"default\": \"\"}, {\"name\": \"fuel_type\", \"type\": \"STRING\", \"description\": \"Type of fuel used. Possible values: **gas**, **diesel**, **electricity**\", \"default\": \"\"}, {\"name\": \"limit\", \"type\": \"STRING\", \"description\": \"How many results to return. Must be between **1** and **30**. Default is **5**\", \"default\": \"\"}, {\"name\": \"drive\", \"type\": \"STRING\", \"description\": \"Drive transmission. Possible values: **fwd** (front-wheel drive), **rwd** (rear-wheel drive), **awd** (all-wheel drive), **4wd** (four-wheel drive)\", \"default\": \"\"}, {\"name\": \"max_comb_mpg\", \"type\": \"NUMBER\", \"description\": \"Maximum combination (city + highway) fuel efficiency in miles per gallon.\", \"default\": \"\"}, {\"name\": \"make\", \"type\": \"STRING\", \"description\": \"Vehicle manufacturer.\", \"default\": \"\"}, {\"name\": \"transmission\", \"type\": \"STRING\", \"description\": \"Type of transmission. Possible values: **manual**, **automatic**\", \"default\": \"\"}, {\"name\": \"year\", \"type\": \"STRING\", \"description\": \"Vehicle model year.\", \"default\": \"\"}, {\"name\": \"min_hwy_mpg\", \"type\": \"NUMBER\", \"description\": \"Minimum highway fuel efficiency in miles per gallon.\", \"default\": \"\"}, {\"name\": \"min_city_mpg\", \"type\": \"NUMBER\", \"description\": \"Minimum City fuel efficiency in miles per gallon.\", \"default\": \"\"}, {\"name\": \"cylinders\", \"type\": \"NUMBER\", \"description\": \"Number of cylinders. Possible values: **2, 3 4, 5, 6, 8, 10, 12, 16**\", \"default\": \"\"}], return_schema: {\"city_mpg\": \"int\", \"class\": \"str\", \"combination_mpg\": \"int\", \"cylinders\": \"int\", \"displacement\": \"float\", \"drive\": \"str\", \"fuel_type\": \"str\", \"highway_mpg\": \"int\", \"make\": \"str\", \"model\": \"str\", \"transmission\": \"str\", \"year\": \"int\"}", "Database, Motorcycle Specs Database, Production Years by {Model ID}, Get makeName, modelName, years, by model Id, required_params: [{\"name\": \"modelId\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"15894\"}], optional_params: [], return_schema: {\"message\": \"str\"}", "Business, Swedish Vehicle license plate lookup, search, , required_params: [], optional_params: [{\"name\": \"plate\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"hcx67p\"}, {\"name\": \"function\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"getktypefornumplatesweden\"}], return_schema: \"\"", "Travel, iRail, Departures, Departures of trains in Belgium, required_params: [{\"name\": \"stationname\", \"type\": \"STRING\", \"description\": \"You can find the appropriate names in the Stations list\", \"default\": \"Gent Sint-Pieters\"}, {\"name\": \"year\", \"type\": \"STRING\", \"description\": \"The year you want to query\", \"default\": \"2013\"}, {\"name\": \"month\", \"type\": \"STRING\", \"description\": \"The number of the month\", \"default\": \"11\"}, {\"name\": \"day\", \"type\": \"STRING\", \"description\": \"The number of the day\", \"default\": \"02\"}, {\"name\": \"hour\", \"type\": \"STRING\", \"description\": \"The number of hours in 24h style\", \"default\": \"13\"}, {\"name\": \"minutes\", \"type\": \"STRING\", \"description\": \"The minutes you want to retrieve responses from\", \"default\": \"02\"}], optional_params: [], return_schema: \"\"", "Data, Consumer Reports, cars/get-images, Get images of car model by year, required_params: [{\"name\": \"modelYearId\", \"type\": \"NUMBER\", \"description\": \"The value of modelYearId field returned in .../cars/get-models endpoint\", \"default\": \"7328\"}], optional_params: [], return_schema: {\"response\": {\"crKey\": {\"makeId\": \"int\", \"modelName\": \"str\", \"modelId\": \"int\", \"modelYearId\": \"int\", \"modelYear\": \"int\", \"makeName\": \"str\"}, \"images\": [{\"_id\": \"int\", \"styleIds\": [{\"styleId\": \"int\", \"styleName\": \"str\", \"_list_length\": 1}], \"bodyTypes\": [\"list of str with length 1\"], \"trims\": \"empty list\", \"imgUrl\": {\"fileName\": \"str\", \"cloudName\": \"str\", \"relativePath\": \"str\", \"imageDomain\": \"str\", \"cloudFrontDomain\": \"str\", \"fileFormat\": \"str\"}, \"shot\": [{\"shotTypeId\": \"int\", \"shotTypeName\": \"str\", \"_list_length\": 1}], \"_list_length\": 56}]}, \"responseSummary\": {\"responseCount\": \"int\", \"requestQueryParameters\": [{\"name\": \"str\", \"value\": \"int\", \"_list_length\": 1}]}}"], "task": "tool"}
{"query": "I want to explore Instagram profiles related to a specific user with the ID 18527. Can you fetch the related profiles for me? Also, provide me with the media this user has been tagged in.", "qid": "80290", "pos": ["Social, Instagram Looter, Get User Tagged Media by user_id, Get **Instagram** user tagged media by **user_id**, required_params: [{\"name\": \"id\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"18527\"}, {\"name\": \"count\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"12\"}], optional_params: [{\"name\": \"end_cursor\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}], return_schema: {\"data\": {\"user\": {\"edge_user_to_photos_of_you\": {\"count\": \"int\", \"page_info\": {\"has_next_page\": \"bool\", \"end_cursor\": \"str\"}, \"edges\": [{\"node\": {\"id\": \"str\", \"__typename\": \"str\", \"edge_media_to_caption\": {\"edges\": [{\"node\": {\"text\": \"str\"}, \"_list_length\": 1}]}, \"shortcode\": \"str\", \"edge_media_to_comment\": {\"count\": \"int\"}, \"comments_disabled\": \"bool\", \"taken_at_timestamp\": \"int\", \"dimensions\": {\"height\": \"int\", \"width\": \"int\"}, \"display_url\": \"str\", \"edge_liked_by\": {\"count\": \"int\"}, \"edge_media_preview_like\": {\"count\": \"int\"}, \"owner\": {\"id\": \"str\", \"username\": \"str\"}, \"thumbnail_src\": \"str\", \"is_video\": \"bool\", \"accessibility_caption\": \"NoneType\"}, \"_list_length\": 11}]}}}, \"status\": \"str\"}", "Social, Instagram Looter, Get User Info by user_id, Get **Instagram** user info by **user_id**, required_params: [{\"name\": \"id\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"18527\"}], optional_params: [], return_schema: \"{\\\"status\\\": \\\"bool\\\", \\\"biography\\\": \\\"str\\\", \\\"bio_links\\\": [{\\\"title\\\": \\\"str\\\", \\\"lynx_url\\\": \\\"str\\\", \\\"url\\\": \\\"str\\\", \\\"link_type\\\": \\\"str\\\", \\\"_list_length\\\": 1}], \\\"biography_with_entities\\\": {\\\"raw_text\\\": \\\"str\\\", \\\"entities\\\": \\\"empty list\\\"}, \\\"blocked_by_viewer\\\": \\\"bool\\\", \\\"restricted_by_viewer\\\": \\\"NoneType\\\", \\\"country_block\\\": \\\"bool\\\", \\\"eimu_id\\\": \\\"str\\\", \\\"external_url\\\": \\\"str\\\", \\\"external_url_linkshimmed\\\": \\\"str\\\", \\\"edge_followed_by\\\": {\\\"count\\\": \\\"int\\\"}, \\\"fbid\\\": \\\"str\\\", \\\"followed_by_viewer\\\": \\\"bool\\\", \\\"edge_follow\\\": {\\\"count\\\": \\\"int\\\"}, \\\"follows_viewer\\\": \\\"bool\\\", \\\"full_name\\\": \\\"str\\\", \\\"group_metadata\\\": \\\"NoneType\\\", \\\"has_ar_effects\\\": \\\"bool\\\", \\\"has_clips\\\": \\\"bool\\\", \\\"has_guides\\\": \\\"bool\\\", \\\"has_channel\\\": \\\"bool\\\", \\\"has_blocked_viewer\\\": \\\"bool\\\", \\\"highlight_reel_count\\\": \\\"int\\\", \\\"has_requested_viewer\\\": \\\"bool\\\", \\\"hide_like_and_view_counts\\\": \\\"bool\\\", \\\"id\\\": \\\"str\\\", \\\"is_business_account\\\": \\\"bool\\\", \\\"is_professional_account\\\": \\\"bool\\\", \\\"is_supervision_enabled\\\": \\\"bool\\\", \\\"is_guardian_of_viewer\\\": \\\"bool\\\", \\\"is_supervised_by_viewer\\\": \\\"bool\\\", \\\"is_supervised_user\\\":\"", "Social, Instagram Looter, Get Media Info by url, Get **Instagram** media info by **/p/** - **/tv/** - **/reel/**, required_params: [{\"name\": \"link\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"https://www.instagram.com/p/CqIbCzYMi5C/\"}], optional_params: [], return_schema: \"{\\\"status\\\": \\\"bool\\\", \\\"__typename\\\": \\\"str\\\", \\\"id\\\": \\\"str\\\", \\\"shortcode\\\": \\\"str\\\", \\\"dimensions\\\": {\\\"height\\\": \\\"int\\\", \\\"width\\\": \\\"int\\\"}, \\\"gating_info\\\": \\\"NoneType\\\", \\\"media_preview\\\": \\\"NoneType\\\", \\\"display_url\\\": \\\"str\\\", \\\"display_resources\\\": [{\\\"src\\\": \\\"str\\\", \\\"config_width\\\": \\\"int\\\", \\\"config_height\\\": \\\"int\\\", \\\"_list_length\\\": 3}], \\\"is_video\\\": \\\"bool\\\", \\\"should_log_client_event\\\": \\\"bool\\\", \\\"tracking_token\\\": \\\"str\\\", \\\"edge_media_to_tagged_user\\\": {\\\"edges\\\": [{\\\"node\\\": {\\\"user\\\": {\\\"full_name\\\": \\\"str\\\", \\\"id\\\": \\\"str\\\", \\\"is_verified\\\": \\\"bool\\\", \\\"profile_pic_url\\\": \\\"str\\\", \\\"username\\\": \\\"str\\\"}, \\\"x\\\": \\\"float\\\", \\\"y\\\": \\\"float\\\"}, \\\"_list_length\\\": 2}]}, \\\"edge_media_to_caption\\\": {\\\"edges\\\": [{\\\"node\\\": {\\\"text\\\": \\\"str\\\"}, \\\"_list_length\\\": 1}]}, \\\"caption_is_edited\\\": \\\"bool\\\", \\\"has_ranked_comments\\\": \\\"bool\\\", \\\"edge_media_to_comment\\\": {\\\"count\\\": \\\"int\\\", \\\"page_info\\\": {\\\"has_next_page\\\": \\\"bool\\\", \\\"end_cursor\\\": \\\"str\\\"}, \\\"edges\\\": \\\"empty list\\\"}, \\\"comments_disabled\\\": \\\"bool\\\", \\\"taken_at_timestamp\\\": \\\"int\\\", \\\"edge_media_preview_like\\\": {\\\"count\\\": \\\"int\\\", \\\"edges\\\": \\\"empty list\\\"}, \\\"edge_\"", "Social, Instagram Looter, Get Username by user_id, Get **Instagram** username by **user_id**, required_params: [{\"name\": \"id\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"18527\"}], optional_params: [], return_schema: {\"status\": \"bool\", \"username\": \"str\", \"user_id\": \"str\"}", "Social, Instagram Looter, Get User Media by user_id, Get **Instagram** user media by **user_id**, required_params: [{\"name\": \"count\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"12\"}, {\"name\": \"id\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"18527\"}], optional_params: [{\"name\": \"end_cursor\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}], return_schema: \"{\\\"data\\\": {\\\"user\\\": {\\\"edge_owner_to_timeline_media\\\": {\\\"count\\\": \\\"int\\\", \\\"page_info\\\": {\\\"has_next_page\\\": \\\"bool\\\", \\\"end_cursor\\\": \\\"str\\\"}, \\\"edges\\\": [{\\\"node\\\": {\\\"__typename\\\": \\\"str\\\", \\\"id\\\": \\\"str\\\", \\\"dimensions\\\": {\\\"height\\\": \\\"int\\\", \\\"width\\\": \\\"int\\\"}, \\\"display_url\\\": \\\"str\\\", \\\"display_resources\\\": [{\\\"src\\\": \\\"str\\\", \\\"config_width\\\": \\\"int\\\", \\\"config_height\\\": \\\"int\\\", \\\"_list_length\\\": 3}], \\\"is_video\\\": \\\"bool\\\", \\\"should_log_client_event\\\": \\\"bool\\\", \\\"tracking_token\\\": \\\"str\\\", \\\"edge_media_to_tagged_user\\\": {\\\"edges\\\": [{\\\"node\\\": {\\\"user\\\": {\\\"username\\\": \\\"str\\\", \\\"id\\\": \\\"str\\\"}, \\\"x\\\": \\\"float\\\", \\\"y\\\": \\\"float\\\"}, \\\"_list_length\\\": 1}]}, \\\"edge_media_to_caption\\\": {\\\"edges\\\": [{\\\"node\\\": {\\\"text\\\": \\\"str\\\"}, \\\"_list_length\\\": 1}]}, \\\"shortcode\\\": \\\"str\\\", \\\"edge_media_preview_comment\\\": {\\\"count\\\": \\\"int\\\", \\\"edges\\\": [{\\\"node\\\": {\\\"id\\\": \\\"str\\\", \\\"text\\\": \\\"str\\\", \\\"created_at\\\": \\\"int\\\", \\\"owner\\\": {\\\"id\\\": \\\"str\\\", \\\"profile_pic_url\\\": \\\"str\\\", \\\"username\\\": \\\"str\\\"}, \\\"viewer_has_liked\\\": \\\"bool\\\"}, \\\"_list_length\\\": 2}]}, \\\"edge_media_to_comment\\\": {\\\"count\\\": \\\"int\\\", \\\"page_info\\\": {\\\"has_next_page\\\": \\\"bool\"", "Social, Instagram Looter, Get Media download link, Get **Instagram** media download link by **/p/** - **/tv/** - **/reel/**, required_params: [{\"name\": \"link\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"https://www.instagram.com/p/CqIbCzYMi5C/\"}], optional_params: [], return_schema: {\"data\": {\"full_name\": \"str\", \"username\": \"str\", \"medias\": [{\"type\": \"str\", \"link\": \"str\", \"_list_length\": 8}], \"comment_count\": \"int\", \"like_count\": \"int\", \"taken_at_timestamp\": \"int\", \"caption\": \"str\"}, \"status\": \"bool\"}", "Social, Instagram Looter, Get User ID by username, Get **Instagram** user_id by **username**, required_params: [{\"name\": \"username\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"abdallhdev\"}], optional_params: [], return_schema: {\"status\": \"bool\", \"username\": \"str\", \"user_id\": \"str\"}", "Social, Instagram Looter, Get Hashtag Media by Query, Get **Instagram** hashtag media by **query**, required_params: [{\"name\": \"count\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"12\"}, {\"name\": \"query\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"iq\"}], optional_params: [{\"name\": \"end_cursor\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}], return_schema: \"{\\\"data\\\": {\\\"hashtag\\\": {\\\"id\\\": \\\"str\\\", \\\"name\\\": \\\"str\\\", \\\"allow_following\\\": \\\"bool\\\", \\\"is_following\\\": \\\"bool\\\", \\\"is_top_media_only\\\": \\\"bool\\\", \\\"profile_pic_url\\\": \\\"str\\\", \\\"edge_hashtag_to_media\\\": {\\\"count\\\": \\\"int\\\", \\\"page_info\\\": {\\\"has_next_page\\\": \\\"bool\\\", \\\"end_cursor\\\": \\\"str\\\"}, \\\"edges\\\": [{\\\"node\\\": {\\\"comments_disabled\\\": \\\"bool\\\", \\\"__typename\\\": \\\"str\\\", \\\"id\\\": \\\"str\\\", \\\"edge_media_to_caption\\\": {\\\"edges\\\": [{\\\"node\\\": {\\\"text\\\": \\\"str\\\"}, \\\"_list_length\\\": 1}]}, \\\"shortcode\\\": \\\"str\\\", \\\"edge_media_to_comment\\\": {\\\"count\\\": \\\"int\\\"}, \\\"taken_at_timestamp\\\": \\\"int\\\", \\\"dimensions\\\": {\\\"height\\\": \\\"int\\\", \\\"width\\\": \\\"int\\\"}, \\\"display_url\\\": \\\"str\\\", \\\"edge_liked_by\\\": {\\\"count\\\": \\\"int\\\"}, \\\"edge_media_preview_like\\\": {\\\"count\\\": \\\"int\\\"}, \\\"owner\\\": {\\\"id\\\": \\\"str\\\"}, \\\"thumbnail_src\\\": \\\"str\\\", \\\"thumbnail_resources\\\": [{\\\"src\\\": \\\"str\\\", \\\"config_width\\\": \\\"int\\\", \\\"config_height\\\": \\\"int\\\", \\\"_list_length\\\": 5}], \\\"is_video\\\": \\\"bool\\\", \\\"accessibility_caption\\\": \\\"NoneType\\\"}, \\\"_list_length\\\": 34}]}, \\\"edge_hashtag_to_top_posts\\\": {\\\"edges\\\": [{\\\"node\\\": {\\\"__typename\\\": \\\"str\\\", \\\"id\\\": \\\"str\\\", \\\"edge_media\"", "Social, Instagram Looter, Global Search by Query, Global search in **Instagram** by **query**, required_params: [{\"name\": \"query\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"iq\"}], optional_params: [], return_schema: \"{\\\"users\\\": [{\\\"position\\\": \\\"int\\\", \\\"user\\\": {\\\"has_anonymous_profile_picture\\\": \\\"bool\\\", \\\"fbid_v2\\\": \\\"int\\\", \\\"pk\\\": \\\"str\\\", \\\"pk_id\\\": \\\"str\\\", \\\"username\\\": \\\"str\\\", \\\"full_name\\\": \\\"str\\\", \\\"is_private\\\": \\\"bool\\\", \\\"is_verified\\\": \\\"bool\\\", \\\"profile_pic_id\\\": \\\"str\\\", \\\"profile_pic_url\\\": \\\"str\\\", \\\"has_opt_eligible_shop\\\": \\\"bool\\\", \\\"account_badges\\\": \\\"empty list\\\", \\\"third_party_downloads_enabled\\\": \\\"int\\\", \\\"latest_reel_media\\\": \\\"int\\\", \\\"should_show_category\\\": \\\"bool\\\"}, \\\"_list_length\\\": 33}], \\\"places\\\": [{\\\"place\\\": {\\\"location\\\": {\\\"pk\\\": \\\"str\\\", \\\"short_name\\\": \\\"str\\\", \\\"facebook_places_id\\\": \\\"int\\\", \\\"external_source\\\": \\\"str\\\", \\\"name\\\": \\\"str\\\", \\\"address\\\": \\\"str\\\", \\\"city\\\": \\\"str\\\", \\\"has_viewer_saved\\\": \\\"bool\\\", \\\"lng\\\": \\\"float\\\", \\\"lat\\\": \\\"float\\\"}, \\\"title\\\": \\\"str\\\", \\\"subtitle\\\": \\\"str\\\", \\\"media_bundles\\\": \\\"empty list\\\", \\\"slug\\\": \\\"str\\\"}, \\\"position\\\": \\\"int\\\", \\\"_list_length\\\": 15}], \\\"hashtags\\\": [{\\\"position\\\": \\\"int\\\", \\\"hashtag\\\": {\\\"name\\\": \\\"str\\\", \\\"id\\\": \\\"int\\\", \\\"media_count\\\": \\\"int\\\", \\\"use_default_avatar\\\": \\\"bool\\\", \\\"search_result_subtitle\\\": \\\"str\\\"}, \\\"_list_length\\\": 8}], \\\"has_more\\\": \\\"\"", "Social, Instagram Looter, Get User Related Profiles by user_id, Get **Instagram** user related profiles by **user_id**, required_params: [{\"name\": \"id\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"18527\"}], optional_params: [], return_schema: {\"data\": {\"viewer\": \"NoneType\", \"user\": {\"edge_related_profiles\": {\"edges\": [{\"node\": {\"id\": \"str\", \"full_name\": \"str\", \"is_private\": \"bool\", \"is_verified\": \"bool\", \"profile_pic_url\": \"str\", \"username\": \"str\"}, \"_list_length\": 80}]}}}, \"status\": \"str\"}"], "neg": ["Social, IG Private API, Info, Info, required_params: [], optional_params: [{\"name\": \"username\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"kimkardashian\"}], return_schema: \"{\\\"has_anonymous_profile_picture\\\": \\\"bool\\\", \\\"is_supervision_features_enabled\\\": \\\"bool\\\", \\\"follower_count\\\": \\\"int\\\", \\\"media_count\\\": \\\"int\\\", \\\"following_count\\\": \\\"int\\\", \\\"following_tag_count\\\": \\\"int\\\", \\\"can_use_affiliate_partnership_messaging_as_creator\\\": \\\"bool\\\", \\\"can_use_affiliate_partnership_messaging_as_brand\\\": \\\"bool\\\", \\\"has_private_collections\\\": \\\"bool\\\", \\\"has_music_on_profile\\\": \\\"bool\\\", \\\"is_potential_business\\\": \\\"bool\\\", \\\"page_id\\\": \\\"int\\\", \\\"page_name\\\": \\\"str\\\", \\\"ads_page_id\\\": \\\"int\\\", \\\"ads_page_name\\\": \\\"str\\\", \\\"can_use_branded_content_discovery_as_creator\\\": \\\"bool\\\", \\\"can_use_branded_content_discovery_as_brand\\\": \\\"bool\\\", \\\"fan_club_info\\\": {\\\"fan_club_id\\\": \\\"NoneType\\\", \\\"fan_club_name\\\": \\\"NoneType\\\", \\\"is_fan_club_referral_eligible\\\": \\\"NoneType\\\", \\\"fan_consideration_page_revamp_eligiblity\\\": \\\"NoneType\\\", \\\"is_fan_club_gifting_eligible\\\": \\\"NoneType\\\", \\\"subscriber_count\\\": \\\"NoneType\\\", \\\"connected_member_count\\\": \\\"NoneType\\\", \\\"autosave_to_exclusive_highlight\\\": \\\"NoneType\\\"}, \\\"fbid_v2\\\": \\\"str\\\", \\\"is_whatsapp_linked\\\": \\\"bool\\\", \\\"transparen\"", "Data, Twitter Data, user-media, user-media, required_params: [{\"name\": \"id\", \"type\": \"STRING\", \"description\": \"User ID\\n\\nUse the User By Screen Name endpoint to find the ID from a username.\", \"default\": \"44196397\"}], optional_params: [{\"name\": \"cursor\", \"type\": \"STRING\", \"description\": \"Cursor for other results\", \"default\": \"\"}, {\"name\": \"count\", \"type\": \"NUMBER\", \"description\": \"Number of results\", \"default\": \"20\"}], return_schema: \"{\\\"data\\\": {\\\"user\\\": {\\\"result\\\": {\\\"__typename\\\": \\\"str\\\", \\\"timeline_v2\\\": {\\\"timeline\\\": {\\\"instructions\\\": [{\\\"type\\\": \\\"str\\\", \\\"entries\\\": [{\\\"entryId\\\": \\\"str\\\", \\\"sortIndex\\\": \\\"str\\\", \\\"content\\\": {\\\"entryType\\\": \\\"str\\\", \\\"itemContent\\\": {\\\"itemType\\\": \\\"str\\\", \\\"tweet_results\\\": {\\\"result\\\": {\\\"__typename\\\": \\\"str\\\", \\\"rest_id\\\": \\\"str\\\", \\\"core\\\": {\\\"user_results\\\": {\\\"result\\\": {\\\"__typename\\\": \\\"str\\\", \\\"id\\\": \\\"str\\\", \\\"rest_id\\\": \\\"str\\\", \\\"affiliates_highlighted_label\\\": {\\\"label\\\": {\\\"url\\\": {\\\"urlType\\\": \\\"str\\\", \\\"url\\\": \\\"str\\\"}, \\\"badge\\\": {\\\"url\\\": \\\"str\\\"}, \\\"description\\\": \\\"str\\\", \\\"userLabelType\\\": \\\"str\\\"}}, \\\"has_nft_avatar\\\": \\\"bool\\\", \\\"legacy\\\": {\\\"created_at\\\": \\\"str\\\", \\\"default_profile\\\": \\\"bool\\\", \\\"default_profile_image\\\": \\\"bool\\\", \\\"description\\\": \\\"str\\\", \\\"entities\\\": {\\\"description\\\": {\\\"urls\\\": \\\"empty list\\\"}}, \\\"fast_followers_count\\\": \\\"int\\\", \\\"favourites_count\\\": \\\"int\\\", \\\"followers_count\\\": \\\"int\\\", \\\"friends_count\\\": \\\"int\\\", \\\"has_custom_timelines\\\": \\\"bool\\\", \\\"is_translator\\\": \\\"bool\\\", \\\"listed_count\\\": \\\"int\\\", \\\"location\\\": \\\"str\\\", \\\"media_count\\\": \\\"int\\\", \\\"name\\\": \\\"str\\\", \\\"normal_followers_\"", "Social, Instagram Fast, Get user stories by username, Get instagram stories by username, required_params: [{\"name\": \"username\", \"type\": \"string\", \"description\": \"\", \"default\": \"neymarjr\"}], optional_params: [], return_schema: {\"status\": \"str\", \"reels\": {}, \"reels_media\": \"empty list\"}", "Social, Instagram Statistics API, Retrospective, Returns the history of the number of subscribers, posts, interactions, likes, comments, reposts, engagement for the selected period by day and in total for the period ![](https://36627.selcdn.ru/jagajam-static/000000012_1f14d181-31f7-40ea-b957-fac40f8eee6f_f.png?time=1666779218), required_params: [{\"name\": \"to\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"03.09.2022\"}, {\"name\": \"from\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"01.09.2022\"}, {\"name\": \"cid\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"INST:17841400005463628\"}], optional_params: [], return_schema: \"{\\\"meta\\\": {\\\"code\\\": \\\"int\\\", \\\"message\\\": \\\"str\\\"}, \\\"data\\\": {\\\"series\\\": {\\\"current\\\": [{\\\"date\\\": \\\"str\\\", \\\"er\\\": \\\"float\\\", \\\"avgER\\\": \\\"int\\\", \\\"usersCount\\\": \\\"int\\\", \\\"deltaUsersCount\\\": \\\"int\\\", \\\"deltaPosts\\\": \\\"int\\\", \\\"deltaInteractions\\\": \\\"int\\\", \\\"deltaLikes\\\": \\\"int\\\", \\\"deltaComments\\\": \\\"int\\\", \\\"deltaRePosts\\\": \\\"int\\\", \\\"deltaDislikes\\\": \\\"int\\\", \\\"deltaViews\\\": \\\"int\\\", \\\"qualityScore\\\": \\\"int\\\", \\\"avgPostsPerWeek\\\": \\\"float\\\", \\\"_list_length\\\": 3}], \\\"prev\\\": [{\\\"date\\\": \\\"str\\\", \\\"er\\\": \\\"float\\\", \\\"avgER\\\": \\\"int\\\", \\\"usersCount\\\": \\\"int\\\", \\\"deltaUsersCount\\\": \\\"int\\\", \\\"deltaPosts\\\": \\\"int\\\", \\\"deltaInteractions\\\": \\\"int\\\", \\\"deltaLikes\\\": \\\"int\\\", \\\"deltaComments\\\": \\\"int\\\", \\\"deltaRePosts\\\": \\\"int\\\", \\\"deltaDislikes\\\": \\\"int\\\", \\\"deltaViews\\\": \\\"int\\\", \\\"qualityScore\\\": \\\"int\\\", \\\"avgPostsPerWeek\\\": \\\"float\\\", \\\"_list_length\\\": 3}]}, \\\"summary\\\": {\\\"current\\\": {\\\"er\\\": \\\"float\\\", \\\"avgER\\\": \\\"int\\\", \\\"usersCount\\\": \\\"int\\\", \\\"deltaUsersCount\\\": \\\"int\\\", \\\"deltaPosts\\\": \\\"int\\\", \\\"deltaInteractions\\\": \\\"int\\\", \\\"deltaLikes\\\": \\\"int\\\", \\\"deltaComments\\\": \\\"int\\\", \\\"deltaRePosts\\\": \\\"NoneType\\\", \\\"deltaDislikes\\\": \\\"NoneType\\\", \\\"delt\"", "Social, Instagram_v7, Get user feed, Get the feed of a user, required_params: [{\"name\": \"id\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"25025320\"}], optional_params: [{\"name\": \"max_id\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"2796754904080592191_25025320\"}], return_schema: \"\"", "Data, Instagram Downloader, id, get all highlights thump and name, required_params: [{\"name\": \"id\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"8610351525\"}], optional_params: [], return_schema: \"\"", "Social, Instagram API_v2, User Stories By pk, Get all stories via pk, required_params: [{\"name\": \"pk\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"18428658\"}], optional_params: [], return_schema: \"\"", "Social, Instagram_v6, MediaLikers, Get one media's likers, batch_size range from 1 to 50., required_params: [{\"name\": \"short_code\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"CB_B4z_s-0r\"}], optional_params: [{\"name\": \"next_cursor\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"batch_size\", \"type\": \"NUMBER\", \"description\": \"Range from 1 to 50.\", \"default\": \"20\"}], return_schema: \"\"", "Social, Instagram_v5, User Live Broadcast, Get Instagram user live broadcast by Instagram user id., required_params: [{\"name\": \"userid\", \"type\": \"string\", \"description\": \"\", \"default\": \"7936178891\"}], optional_params: [], return_schema: \"\"", "Social, Instagram Profile, GET Searchuser, Return search by username input, required_params: [{\"name\": \"username\", \"type\": \"string\", \"description\": \"\", \"default\": \"therock\"}], optional_params: [], return_schema: {\"search_param\": \"str\", \"count\": \"int\", \"result\": [{\"position\": \"int\", \"id\": \"str\", \"username\": \"str\", \"full_name\": \"str\", \"is_private\": \"bool\", \"is_verified\": \"bool\", \"has_anonymous_profile_picture\": \"bool\", \"profile_pic_url\": \"str\", \"profile_pic_url_proxy\": \"str\", \"_list_length\": 47}]}", "Social, Instagram Bulk Profile Scrapper, Highlights tray by Id, Fetch Instagram story highlights tray list by Highlight id, required_params: [{\"name\": \"id\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"highlight:17883029173434112\"}, {\"name\": \"response_type\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"highlight\"}, {\"name\": \"corsEnabled\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"false\"}], optional_params: [], return_schema: {\"message\": \"str\"}", "Social, Instagram API_v2, Search Hashtag, Search any hashtag on instagram, required_params: [{\"name\": \"tag\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"fashion\"}], optional_params: [], return_schema: \"\"", "Data, Axesso - Instagram Data Service, accountInfo, Fetch data for a give account. The response includes the field \"id which is required for further requests e.g. posts, comments and replies and needs to be passed to query param userId. This endpoint needs the sessionid to work., required_params: [{\"name\": \"url\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"https://www.instagram.com/walmart/\"}], optional_params: [], return_schema: {\"full_name\": \"str\", \"id\": \"str\", \"username\": \"str\", \"responseStatus\": \"str\", \"responseMessage\": \"str\", \"appId\": \"str\", \"csrfToken\": \"str\"}", "Social, TikTok_Solutions, User Data by SecUID, Get User Data by SecUID, required_params: [{\"name\": \"sec_user_id\", \"type\": \"string\", \"description\": \"\", \"default\": \"MS4wLjABAAAABKjQkOz_IIzXXzEAl_9LGsWhvK-gBnlczwRPXK8EmxAp6K3X0qiaP5_OEqmm0XwG\"}], optional_params: [], return_schema: \"{\\\"status\\\": \\\"str\\\", \\\"data\\\": {\\\"status_code\\\": \\\"int\\\", \\\"user\\\": {\\\"account_type\\\": \\\"int\\\", \\\"avatar_168x168\\\": {\\\"uri\\\": \\\"str\\\", \\\"url_list\\\": [\\\"list of str with length 2\\\"]}, \\\"avatar_300x300\\\": {\\\"uri\\\": \\\"str\\\", \\\"url_list\\\": [\\\"list of str with length 2\\\"]}, \\\"avatar_larger\\\": {\\\"uri\\\": \\\"str\\\", \\\"url_list\\\": [\\\"list of str with length 2\\\"]}, \\\"avatar_medium\\\": {\\\"uri\\\": \\\"str\\\", \\\"url_list\\\": [\\\"list of str with length 2\\\"]}, \\\"avatar_thumb\\\": {\\\"uri\\\": \\\"str\\\", \\\"url_list\\\": [\\\"list of str with length 2\\\"]}, \\\"aweme_count\\\": \\\"int\\\", \\\"commerce_user_info\\\": {\\\"ad_experience_entry\\\": \\\"bool\\\", \\\"ad_experience_text\\\": \\\"str\\\", \\\"ad_revenue_rits\\\": \\\"empty list\\\"}, \\\"custom_verify\\\": \\\"str\\\", \\\"follower_count\\\": \\\"int\\\", \\\"following_count\\\": \\\"int\\\", \\\"ins_id\\\": \\\"str\\\", \\\"nickname\\\": \\\"str\\\", \\\"original_musician\\\": {\\\"digg_count\\\": \\\"int\\\", \\\"music_count\\\": \\\"int\\\", \\\"music_used_count\\\": \\\"int\\\"}, \\\"privacy_setting\\\": {\\\"following_visibility\\\": \\\"int\\\"}, \\\"sec_uid\\\": \\\"str\\\", \\\"share_info\\\": {\\\"share_url\\\": \\\"str\\\", \\\"share_desc\\\": \\\"str\\\", \\\"share_title\\\": \\\"str\\\", \\\"bool_persist\\\": \\\"int\\\", \\\"share_desc_info\\\": \\\"str\\\"\"", "Data, 100% Success Instagram API - Scalable & Robust, post-likes, Get post likes list, required_params: [{\"name\": \"mediaId\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": 2869228867263131000}], optional_params: [], return_schema: \"\"", "Social, Instagram Fast, Get media data, Get media data by post short code or url, required_params: [{\"name\": \"code\", \"type\": \"string\", \"description\": \"\", \"default\": \"CeVIU8bIhgi\"}], optional_params: [], return_schema: \"{\\\"items\\\": [{\\\"__typename\\\": \\\"str\\\", \\\"id\\\": \\\"str\\\", \\\"shortcode\\\": \\\"str\\\", \\\"dimensions\\\": {\\\"height\\\": \\\"int\\\", \\\"width\\\": \\\"int\\\"}, \\\"gating_info\\\": \\\"NoneType\\\", \\\"fact_check_overall_rating\\\": \\\"NoneType\\\", \\\"fact_check_information\\\": \\\"NoneType\\\", \\\"sensitivity_friction_info\\\": \\\"NoneType\\\", \\\"sharing_friction_info\\\": {\\\"should_have_sharing_friction\\\": \\\"bool\\\", \\\"bloks_app_url\\\": \\\"NoneType\\\"}, \\\"media_overlay_info\\\": \\\"NoneType\\\", \\\"media_preview\\\": \\\"NoneType\\\", \\\"display_url\\\": \\\"str\\\", \\\"display_resources\\\": [{\\\"src\\\": \\\"str\\\", \\\"config_width\\\": \\\"int\\\", \\\"config_height\\\": \\\"int\\\", \\\"_list_length\\\": 3}], \\\"is_video\\\": \\\"bool\\\", \\\"tracking_token\\\": \\\"str\\\", \\\"upcoming_event\\\": \\\"NoneType\\\", \\\"edge_media_to_tagged_user\\\": {\\\"edges\\\": [{\\\"node\\\": {\\\"user\\\": {\\\"full_name\\\": \\\"str\\\", \\\"followed_by_viewer\\\": \\\"bool\\\", \\\"id\\\": \\\"str\\\", \\\"is_verified\\\": \\\"bool\\\", \\\"profile_pic_url\\\": \\\"str\\\", \\\"username\\\": \\\"str\\\"}, \\\"x\\\": \\\"float\\\", \\\"y\\\": \\\"float\\\"}, \\\"_list_length\\\": 3}]}, \\\"edge_media_to_caption\\\": {\\\"edges\\\": [{\\\"node\\\": {\\\"created_at\\\": \\\"str\\\", \\\"text\\\": \\\"str\\\"}, \\\"_list_length\\\": 1}]}, \\\"can_see_insights_as_brand\\\": \\\"\"", "Social, TikTok Data, User followers list, Get user followers: - Before testing don't forget to fill out the username **OR** sec_uid inputs, required_params: [], optional_params: [{\"name\": \"fresh\", \"type\": \"NUMBER\", \"description\": \"By setting this query value to **1** you can force the API to return fresh data(not cached)\", \"default\": \"0\"}, {\"name\": \"sec_uid\", \"type\": \"STRING\", \"description\": \"**Type** of a user id\\n\\n**NOTE:** By using **sec_uid**, request will be executed faster then if you will use username\\n\\n**NOTE:** **sec_uid** is not regular user id\\n\\n**NOTE:** **sec_uid** can be obtained from the **User Information** endpoint\\n\\n**NOTE:** **sec_uid** example: MS4wLjABAAAAv7iSuuXDJGDvJkmH_vz1qkDZYo1apxgzaxdBSeIuPiM\", \"default\": \"\"}, {\"name\": \"max_cursor\", \"type\": \"STRING\", \"description\": \"Pagination cursor. \\nTo get next batch of followers, paste here **max_cursor** value that you have received in previous request response.\", \"default\": \"\"}, {\"name\": \"limit\", \"type\": \"STRING\", \"description\": \"Number of records to return:\\n\\n- Default is 100\\n- Maximum is 100\\n\", \"default\": \"\"}, {\"name\": \"username\", \"type\": \"STRING\", \"description\": \"Tiktok username. For example: **amazon**\\n\\n- **NOTE:** By using **sec_uid** instead of the **username** request will be executed faster\\n- To use **sec_uid** use input field **BELOW**\", \"default\": \"tiktok\"}], return_schema: {\"message\": \"str\"}", "Social, Instagram Statistics API, Activity, Returns data for plotting the activity time graph of account users. Helps to understand when it is better to publish content and make integrations with influencers ![](https://36627.selcdn.ru/jagajam-static/000000012_df890402-1ba3-4da4-855b-84c4f5e43df6_f.png?time=1666777428), required_params: [{\"name\": \"cid\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"INST:17841400005463628\"}], optional_params: [], return_schema: {\"meta\": {\"code\": \"int\", \"message\": \"str\"}, \"data\": [{\"time\": \"str\", \"interactions\": \"float\", \"likes\": \"float\", \"comments\": \"float\", \"_list_length\": 168}]}", "Social, Instagram API 2023, Get reel by shortcode, Get reel info by shortcode., required_params: [{\"name\": \"shortcode\", \"type\": \"string\", \"description\": \"**How to find shortcode?**\\nwww.instagram.com/reel/CrgVBtHr3DP/ here **CrgVBtHr3DP** is shortcode.\\nwww.instagram.com/reel/{shortcode}\", \"default\": \"CrgVBtHr3DP\"}], optional_params: [], return_schema: {\"message\": \"str\"}", "Social, Instagram API - Media Downloader, Get UserInfo (including HD profile picture), Get the full-resolution profile picture url, profile links, biography, internal information and more, required_params: [{\"name\": \"username\", \"type\": \"string\", \"description\": \"\", \"default\": \"mileycyrus\"}], optional_params: [], return_schema: \"{\\\"result\\\": {\\\"user\\\": {\\\"has_anonymous_profile_picture\\\": \\\"bool\\\", \\\"is_supervision_features_enabled\\\": \\\"bool\\\", \\\"follower_count\\\": \\\"int\\\", \\\"media_count\\\": \\\"int\\\", \\\"following_count\\\": \\\"int\\\", \\\"following_tag_count\\\": \\\"int\\\", \\\"can_use_affiliate_partnership_messaging_as_creator\\\": \\\"bool\\\", \\\"can_use_affiliate_partnership_messaging_as_brand\\\": \\\"bool\\\", \\\"has_collab_collections\\\": \\\"bool\\\", \\\"has_private_collections\\\": \\\"bool\\\", \\\"has_music_on_profile\\\": \\\"bool\\\", \\\"is_potential_business\\\": \\\"bool\\\", \\\"page_id\\\": \\\"str\\\", \\\"page_name\\\": \\\"str\\\", \\\"ads_page_id\\\": \\\"str\\\", \\\"ads_page_name\\\": \\\"str\\\", \\\"can_use_branded_content_discovery_as_creator\\\": \\\"bool\\\", \\\"can_use_branded_content_discovery_as_brand\\\": \\\"bool\\\", \\\"fan_club_info\\\": {\\\"fan_club_id\\\": \\\"NoneType\\\", \\\"fan_club_name\\\": \\\"NoneType\\\", \\\"is_fan_club_referral_eligible\\\": \\\"NoneType\\\", \\\"fan_consideration_page_revamp_eligiblity\\\": \\\"NoneType\\\", \\\"is_fan_club_gifting_eligible\\\": \\\"NoneType\\\", \\\"subscriber_count\\\": \\\"NoneType\\\", \\\"connected_member_count\\\": \\\"NoneType\\\", \\\"autosave_to_exclusive_highlight\\\": \\\"NoneType\\\"}, \\\"fbid\""], "task": "tool"}
{"query": "I'm planning a family vacation to the beach and want to be mindful of our carbon footprint. Can you calculate the CO2 equivalent in kg from the consumption of traditional hydro for 800 kWh, the carbon footprint from public transit for a distance of 200 km, and the number of trees equivalent to 500 kg of paper?", "qid": "36965", "pos": ["Science, CarbonFootprint, TreeEquivalent, Calculate how many trees it took to create paper., required_params: [{\"name\": \"weight\", \"type\": \"STRING\", \"description\": \"The weight of the paper\", \"default\": \"200\"}, {\"name\": \"unit\", \"type\": \"STRING\", \"description\": \"The unit (kg or lb) used for the weight\", \"default\": \"kg\"}], optional_params: [], return_schema: {\"numberOfTrees\": \"float\"}", "Science, CarbonFootprint, CleanHydroToCarbonFootprint, Return the CO2e in Kg from the consumption of clean hydro energy, required_params: [{\"name\": \"energy\", \"type\": \"STRING\", \"description\": \"The source of the clean energy. Can be Solar, Wind, HydroElectric, Biomass, Geothermal, Tidal or OtherCleanEnergy\", \"default\": \"Solar\"}, {\"name\": \"consumption\", \"type\": \"STRING\", \"description\": \"The amount of energy consumed in KWH..\", \"default\": \"500\"}], optional_params: [], return_schema: {\"carbonEquivalent\": \"float\"}", "Science, CarbonFootprint, CarbonFootprintFromMotorBike, Returns the CO2e in Kg from a motorbike travel, required_params: [{\"name\": \"type\", \"type\": \"STRING\", \"description\": \"The type of motorbike, can be any of SmallMotorBike, MediumMotorBike, LargeMotorBike\", \"default\": \"SmallMotorBike\"}, {\"name\": \"distance\", \"type\": \"STRING\", \"description\": \"The distance in KM\", \"default\": \"400\"}], optional_params: [], return_schema: {\"carbonEquivalent\": \"float\"}", "Science, CarbonFootprint, CarbonFootprintFromCarTravel, Returns the CO2e in Kg from a travel by car, required_params: [{\"name\": \"distance\", \"type\": \"STRING\", \"description\": \"The distance in KM.\", \"default\": \"100\"}, {\"name\": \"vehicle\", \"type\": \"STRING\", \"description\": \"The type of car, either SmallDieselCar, MediumDieselCar, LargeDieselCar, MediumHybridCar, LargeHybridCar, MediumLPGCar, LargeLPGCar, MediumCNGCar, LargeCNGCar, SmallPetrolVan, LargePetrolVan, SmallDielselVan, MediumDielselVan, LargeDielselVan, LPGVan, CNGVan, SmallPetrolCar, MediumPetrolCar, LargePetrolCar, SmallMotorBike, MediumMotorBike, LargeMotorBike\", \"default\": \"SmallDieselCar\"}], optional_params: [], return_schema: {\"carbonEquivalent\": \"float\"}", "Science, CarbonFootprint, CarbonFootprintFromPublicTransit, Return CO2e in Kg from the use of public transporation., required_params: [{\"name\": \"distance\", \"type\": \"STRING\", \"description\": \"The distance in KM.\", \"default\": \"1000\"}, {\"name\": \"type\", \"type\": \"STRING\", \"description\": \"The type of transportation, one of: Taxi, ClassicBus, EcoBus, Coach, NationalTrain, LightRail, Subway, FerryOnFoot, FerryInCar\", \"default\": \"Taxi\"}], optional_params: [], return_schema: {\"carbonEquivalent\": \"float\"}", "Science, CarbonFootprint, CarbonFootprintFromFlight, Calculate CO2e in Kg from a travel by air., required_params: [{\"name\": \"distance\", \"type\": \"STRING\", \"description\": \"The flight distance in KM\", \"default\": \"2000\"}, {\"name\": \"type\", \"type\": \"STRING\", \"description\": \"The type of flight, any of DomesticFlight, ShortEconomyClassFlight, ShortBusinessClassFlight, LongEconomyClassFlight, LongPremiumClassFlight, LongBusinessClassFlight, LongFirstClassFlight\", \"default\": \"DomesticFlight\"}], optional_params: [], return_schema: {\"carbonEquivalent\": \"float\"}", "Science, CarbonFootprint, TraditionalHydroToCarbonFootprint, Calculate CO2e from the use of traditional hydro provider, required_params: [{\"name\": \"consumption\", \"type\": \"STRING\", \"description\": \"The KWH usage of hydro.\", \"default\": \"500\"}, {\"name\": \"location\", \"type\": \"STRING\", \"description\": \"The country or continent providing the hydro. Can be any of USA, Canada, UK, Europe, Africa, LatinAmerica, MiddleEast, OtherCountry\", \"default\": \"UK\"}], optional_params: [], return_schema: {\"carbonEquivalent\": \"float\"}", "Science, CarbonFootprint, FuelToCO2e, Transform liters of Diesel, Petrol or LPG into CO2 Equivalent in Kg., required_params: [{\"name\": \"type\", \"type\": \"STRING\", \"description\": \"The type can be Petrol, Diesel, LPG.\", \"default\": \"Petrol\"}, {\"name\": \"litres\", \"type\": \"STRING\", \"description\": \"The number of litres to calculate from.\", \"default\": \"10\"}], optional_params: [], return_schema: {\"carbonEquivalent\": \"float\"}", "Science, CarbonFootprint, AirQualityHealthIndex, Return the official air quality health index (1 to 10) bases on key parameters.The national AQHI is based on three-hour average concentrations of ground-level ozone (O3), nitrogen dioxide (NO2), and fine particulate matter (PM2.5). O3 and NO2 are measured in parts per billion (ppb) while PM2.5 is \t measured in micrograms per cubic metre (ug/m3), required_params: [{\"name\": \"O3\", \"type\": \"STRING\", \"description\": \"The ground-level ozone (O3) in parts per billion (ppb).in \", \"default\": \"10\"}, {\"name\": \"NO2\", \"type\": \"STRING\", \"description\": \"The nitrogen dioxide (NO2), in parts per billion (ppb)\", \"default\": \"10\"}, {\"name\": \"PM\", \"type\": \"STRING\", \"description\": \"The fine particulate matter (PM2.5), PM2.5 is \\t * measured in micrograms per cubic metre (ug/m3).\", \"default\": \"10\"}], optional_params: [], return_schema: {\"airQualityHealthIndex\": \"int\"}"], "neg": ["News_Media, climate-change-api_v2, GET Individual News Source, Get climate news from specific news source, required_params: [{\"name\": \"newspaperId\", \"type\": \"string\", \"description\": \"\", \"default\": \"\"}], optional_params: [], return_schema: \"\"", "Tools, unit converter, info, info, required_params: [], optional_params: [], return_schema: {\"area\": [\"list of str with length 8\"], \"data-transfer-rate\": [\"list of str with length 13\"], \"digital-storage\": [\"list of str with length 22\"], \"energy\": [\"list of str with length 10\"], \"frequency\": [\"list of str with length 4\"], \"fuel-economics\": [\"list of str with length 4\"], \"length\": [\"list of str with length 11\"], \"mass\": [\"list of str with length 10\"], \"plane-angle\": [\"list of str with length 6\"], \"pressure\": [\"list of str with length 5\"], \"speed\": [\"list of str with length 5\"], \"temperature\": [\"list of str with length 3\"], \"time\": [\"list of str with length 12\"], \"volume\": [\"list of str with length 19\"]}", "Data, Consulta CNPJ Tempo Real, Gera Mapa dos Arredores, Gera Mapa dos Arredores, required_params: [{\"name\": \"CNPJ\", \"type\": \"string\", \"description\": \"\", \"default\": \"37335118000180\"}], optional_params: [{\"name\": \"height\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"zoom\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"width\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"scale\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"type\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"hybrid\"}], return_schema: {\"code\": \"int\", \"message\": \"str\", \"constraints\": [\"list of str with length 4\"]}", "Tools, UnitConversion, /pressure/:from/:to/:number, Pressure unit conversions, required_params: [{\"name\": \"from\", \"type\": \"string\", \"description\": \"\", \"default\": \"pascal\"}, {\"name\": \"number\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"100\"}, {\"name\": \"to\", \"type\": \"string\", \"description\": \"\", \"default\": \"decibar\"}], optional_params: [], return_schema: {\"from\": \"str\", \"to\": \"str\", \"from_symbol\": \"str\", \"to_symbol\": \"str\", \"input\": \"int\", \"rounded\": \"int\", \"result\": \"float\", \"roundedResult\": \"float\"}", "Tools, unit converter, Transform Units Using The Get Method, Transform Units Using The Get Method, required_params: [], optional_params: [{\"name\": \"to\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"Square mile\"}, {\"name\": \"type\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"area\"}, {\"name\": \"from\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"Square kilometer\"}, {\"name\": \"value\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"1\"}], return_schema: {\"from\": \"str\", \"to\": \"str\", \"input\": \"int\", \"result\": \"float\"}", "Travel, Great Circle Math Api, Get Distance By City, State, Country, Takes city, state, and country of both locations and returns latitude, longitude, and calculated miles., required_params: [{\"name\": \"country1\", \"type\": \"string\", \"description\": \"\", \"default\": \"us\"}, {\"name\": \"country2\", \"type\": \"string\", \"description\": \"\", \"default\": \"us\"}, {\"name\": \"state2\", \"type\": \"string\", \"description\": \"\", \"default\": \"ca\"}, {\"name\": \"city2\", \"type\": \"string\", \"description\": \"\", \"default\": \"sacramento\"}, {\"name\": \"city1\", \"type\": \"string\", \"description\": \"\", \"default\": \"birmingham\"}, {\"name\": \"state1\", \"type\": \"string\", \"description\": \"\", \"default\": \"al\"}], optional_params: [], return_schema: \"\"", "Health_and_Fitness, AirVisual, cities/get-measurements (Deprecated), Get measurements in specific city by its id, required_params: [{\"name\": \"id\", \"type\": \"STRING\", \"description\": \"The value of id field (type is city) that received from .../auto-complete API\", \"default\": \"hW7vArorRd8cT9h6v\"}], optional_params: [{\"name\": \"timezone\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"Asia/Singapore\"}, {\"name\": \"lang\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"en_US\"}, {\"name\": \"aqiIndex\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"us\"}], return_schema: {\"status\": \"str\", \"data\": {\"id\": \"str\", \"measurements\": [{\"ts\": \"str\", \"p2\": {\"conc\": \"float\", \"aqius\": \"int\", \"aqicn\": \"int\"}, \"aqius\": \"int\", \"mainus\": \"str\", \"aqicn\": \"int\", \"maincn\": \"str\", \"_list_length\": 48}], \"measurements_daily\": [{\"ts\": \"str\", \"p2\": {\"conc\": \"float\", \"aqius\": \"int\", \"aqicn\": \"int\"}, \"aqius\": \"int\", \"mainus\": \"str\", \"aqicn\": \"int\", \"maincn\": \"str\", \"p1\": {\"conc\": \"float\", \"aqius\": \"int\", \"aqicn\": \"int\"}, \"o3\": {\"conc\": \"float\", \"aqius\": \"int\", \"aqicn\": \"int\"}, \"s2\": {\"conc\": \"float\", \"aqius\": \"int\", \"aqicn\": \"int\"}, \"co\": {\"conc\": \"float\", \"aqius\": \"int\", \"aqicn\": \"int\"}, \"_list_length\": 30}]}}", "Location, NAVITIME Geocoding, address_reverse_geocoding, 逆ジオコーディング 緯度経度を指定して住所情報を取得します。, required_params: [{\"name\": \"coord\", \"type\": \"STRING\", \"description\": \"Latitude and longitude.\", \"default\": \"35.624822,139.742121\"}], optional_params: [{\"name\": \"datum\", \"type\": \"STRING\", \"description\": \"Geodetic system of latitude and longitude.\\n(wgs84: World Geodetic System (default), tokyo: Old Japan Geodetic System)\", \"default\": \"wgs84\"}, {\"name\": \"coord_unit\", \"type\": \"STRING\", \"description\": \"The unit of latitude and longitude included in the output data.\\n(degree: decimal system of degrees (default), millisec: milliseconds)\", \"default\": \"degree\"}], return_schema: {\"items\": [{\"code\": \"str\", \"name\": \"str\", \"postal_code\": \"str\", \"coord\": {\"lat\": \"float\", \"lon\": \"float\"}, \"details\": [{\"code\": \"str\", \"name\": \"str\", \"ruby\": \"str\", \"level\": \"str\", \"_list_length\": 6}], \"_list_length\": 1}], \"unit\": {\"datum\": \"str\", \"coord_unit\": \"str\"}}", "Tools, Measurement Units Converter, Convert from one unit of measure to another, Convert efficiently and quickly between more than 50 of the most used units with a simple and intuitive conversion tool. At the output, you will get an answer with the conversion of your measurement units., required_params: [{\"name\": \"output_unit\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"g\"}, {\"name\": \"input_unit\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"kg\"}, {\"name\": \"value\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"10\"}], optional_params: [], return_schema: {\"input\": {\"value\": \"str\", \"unit\": \"str\"}, \"output\": {\"value\": \"int\", \"unit\": \"str\"}}", "Weather, Ambee Water Vapor Data, Water Vapour History by Lat Lng, Water vapour History by lat lng, required_params: [{\"name\": \"lat\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"20.59\"}, {\"name\": \"lng\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"78.96\"}, {\"name\": \"endDate\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"'YYYY-MM-DD hh:mm:ss'\"}, {\"name\": \"startDate\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"'YYYY-MM-DD hh:mm:ss'\"}], optional_params: [], return_schema: \"\"", "Data, Cars by API-Ninjas, /v1/cars, API Ninjas Cars API endpoint., required_params: [], optional_params: [{\"name\": \"model\", \"type\": \"STRING\", \"description\": \"Model of vehicle.\", \"default\": \"corolla\"}, {\"name\": \"max_city_mpg\", \"type\": \"NUMBER\", \"description\": \"Maximum city fuel efficiency in miles per gallon.\", \"default\": \"\"}, {\"name\": \"min_comb_mpg\", \"type\": \"NUMBER\", \"description\": \"Minimum combination (city + highway) fuel efficiency in miles per gallon.\", \"default\": \"\"}, {\"name\": \"max_hwy_mpg\", \"type\": \"NUMBER\", \"description\": \"Maximum highway fuel efficiency in miles per gallon.\", \"default\": \"\"}, {\"name\": \"fuel_type\", \"type\": \"STRING\", \"description\": \"Type of fuel used. Possible values: **gas**, **diesel**, **electricity**\", \"default\": \"\"}, {\"name\": \"limit\", \"type\": \"STRING\", \"description\": \"How many results to return. Must be between **1** and **30**. Default is **5**\", \"default\": \"\"}, {\"name\": \"drive\", \"type\": \"STRING\", \"description\": \"Drive transmission. Possible values: **fwd** (front-wheel drive), **rwd** (rear-wheel drive), **awd** (all-wheel drive), **4wd** (four-wheel drive)\", \"default\": \"\"}, {\"name\": \"max_comb_mpg\", \"type\": \"NUMBER\", \"description\": \"Maximum combination (city + highway) fuel efficiency in miles per gallon.\", \"default\": \"\"}, {\"name\": \"make\", \"type\": \"STRING\", \"description\": \"Vehicle manufacturer.\", \"default\": \"\"}, {\"name\": \"transmission\", \"type\": \"STRING\", \"description\": \"Type of transmission. Possible values: **manual**, **automatic**\", \"default\": \"\"}, {\"name\": \"year\", \"type\": \"STRING\", \"description\": \"Vehicle model year.\", \"default\": \"\"}, {\"name\": \"min_hwy_mpg\", \"type\": \"NUMBER\", \"description\": \"Minimum highway fuel efficiency in miles per gallon.\", \"default\": \"\"}, {\"name\": \"min_city_mpg\", \"type\": \"NUMBER\", \"description\": \"Minimum City fuel efficiency in miles per gallon.\", \"default\": \"\"}, {\"name\": \"cylinders\", \"type\": \"NUMBER\", \"description\": \"Number of cylinders. Possible values: **2, 3 4, 5, 6, 8, 10, 12, 16**\", \"default\": \"\"}], return_schema: {\"city_mpg\": \"int\", \"class\": \"str\", \"combination_mpg\": \"int\", \"cylinders\": \"int\", \"displacement\": \"float\", \"drive\": \"str\", \"fuel_type\": \"str\", \"highway_mpg\": \"int\", \"make\": \"str\", \"model\": \"str\", \"transmission\": \"str\", \"year\": \"int\"}", "Health_and_Fitness, AirVisual, cities/v2/get-measurements, Get measurements in specific city by its id, required_params: [{\"name\": \"id\", \"type\": \"STRING\", \"description\": \"The value of id field (type is city) that returned in \\u2026/v2/auto-complete endpoint\", \"default\": \"hW7vArorRd8cT9h6v\"}], optional_params: [{\"name\": \"x-units-distance\", \"type\": \"STRING\", \"description\": \"One of the following : miles|kilometer\", \"default\": \"kilometer\"}, {\"name\": \"x-units-pressure\", \"type\": \"STRING\", \"description\": \"One of the following : hg|mbar\", \"default\": \"mbar\"}, {\"name\": \"x-aqi-index\", \"type\": \"STRING\", \"description\": \"One of the following : us|cn\", \"default\": \"us\"}, {\"name\": \"x-units-temperature\", \"type\": \"STRING\", \"description\": \"One of the following : fahrenheit|celsius\", \"default\": \"celsius\"}, {\"name\": \"x-user-timezone\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"Asia/Singapore\"}, {\"name\": \"x-user-lang\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"en-US\"}], return_schema: {\"status\": \"str\", \"data\": {\"id\": \"str\", \"hourlyMeasurements\": [{\"ts\": \"str\", \"measurements\": [{\"value\": \"int\", \"measure\": \"str\", \"color\": \"str\", \"label\": \"str\", \"_list_length\": 6}], \"_list_length\": 48}], \"dailyMeasurements\": [{\"ts\": \"str\", \"measurements\": [{\"value\": \"float\", \"measure\": \"str\", \"color\": \"str\", \"label\": \"str\", \"_list_length\": 6}], \"_list_length\": 30}]}}", "Weather, AI Weather by Meteosource, historical_weather, Receive **historical weather** data for a **given day** in the past **8 years**. Define your location using GPS coordinates or `place_id` from `Location endpoints`., required_params: [{\"name\": \"date\", \"type\": \"DATE (YYYY-MM-DD)\", \"description\": \"The UTC day of the data in the past in `YYYY-MM-DD` format.\", \"default\": \"2021-08-24\"}], optional_params: [{\"name\": \"lat\", \"type\": \"STRING\", \"description\": \"Latitude in format 12N, 12.3N, 12.3, or 13S, 13.2S, -13.4. **Alternatively, you can specify the location by parameter `place_id`.**\", \"default\": \"37.81021\"}, {\"name\": \"place_id\", \"type\": \"STRING\", \"description\": \"Identifier of a place. To obtain the `place_id` for the location you want, please use `Location endpoints`. **Alternatively, you can specify the location by parameters `lat` and `lon`.**\", \"default\": \"\"}, {\"name\": \"units\", \"type\": \"STRING\", \"description\": \"Unit system to be used. The available values are:\\n\\n- `auto`: Select the system automatically, based on the forecast location.\\n- `metric`: Metric (SI) units (`\\u00b0C`, `mm/h`, `m/s`, `cm`, `km`, `hPa`).\\n- `us`: Imperial units (`\\u00b0F`, `in/h`, `mph`, `in`, `mi`, `Hg`).\\n- `uk`: Same as `metric`, except that visibility is in `miles` and wind speeds are in `mph`.\\n- `ca`: Same as `metric`, except that wind speeds are in `km/h` and pressure is in `kPa`.\\n\", \"default\": \"auto\"}, {\"name\": \"lon\", \"type\": \"STRING\", \"description\": \"Longitude in format 12E, 12.3E, 12.3, or 13W, 13.2W, -13.4. **Alternatively, you can specify the location by parameter `place_id`.**\", \"default\": \"-122.42282\"}], return_schema: {\"lat\": \"str\", \"lon\": \"str\", \"elevation\": \"int\", \"timezone\": \"str\", \"units\": \"str\", \"data\": [{\"date\": \"str\", \"weather\": \"str\", \"icon\": \"int\", \"temperature\": \"float\", \"feels_like\": \"float\", \"wind_chill\": \"float\", \"dew_point\": \"float\", \"wind\": {\"speed\": \"float\", \"gusts\": \"float\", \"angle\": \"int\", \"dir\": \"str\"}, \"cloud_cover\": \"int\", \"pressure\": \"float\", \"precipitation\": {\"total\": \"float\", \"type\": \"str\"}, \"ozone\": \"int\", \"humidity\": \"float\", \"_list_length\": 24}]}", "Weather, weather forecast 14 days, Get forecastdata by lat/lon, get forecast for 14 days for the location Lat/Lon, required_params: [{\"name\": \"LAT\", \"type\": \"NUMBER\", \"description\": \"Latitude\", \"default\": \"51.5\"}, {\"name\": \"LON\", \"type\": \"NUMBER\", \"description\": \"Longitude\", \"default\": \"-0.6\"}], optional_params: [{\"name\": \"LANG\", \"type\": \"STRING\", \"description\": \"Language [en,de,nl,fr,pl,gr,it,cn,ru,cz,pt,es]\", \"default\": \"en\"}], return_schema: {\"title\": \"str\", \"link\": \"str\", \"modified\": \"str\", \"description\": \"str\", \"generator\": \"str\", \"location\": {\"city\": \"str\", \"country\": \"str\", \"country_name\": \"str\", \"tz_long\": \"str\", \"lat\": \"str\", \"lon\": \"str\", \"wmo\": \"str\", \"SI\": \"str\", \"SIU\": \"str\", \"CEL\": \"str\"}, \"ActualsYesterday\": [{\"Tmax\": \"str\", \"Tmin\": \"str\", \"sunshine_hours\": \"str\", \"symbol\": \"str\", \"symbol_text\": \"str\", \"TIME\": {\"year\": \"str\", \"mon\": \"str\", \"mday\": \"str\", \"weekday\": \"str\"}, \"_list_length\": 1}], \"6_hourly_forecast\": [{\"FCTTIME\": \"str\", \"symbol\": \"str\", \"symbol_text\": \"str\", \"temp\": \"str\", \"tdew\": \"str\", \"rh\": \"str\", \"pres\": \"str\", \"wind_bft\": \"str\", \"wind\": \"str\", \"wind_direction\": \"str\", \"wind_direction_dez\": \"str\", \"wind_gust\": \"str\", \"rain\": \"str\", \"rain_chance_0.3mm\": \"str\", \"_list_length\": 57}]}", "Data, Google Local Rank Tracker, Calculate GeoGrid Coordinate Points, Get all grid coordinate points based on a center geocoordinate point and distance arguments., required_params: [{\"name\": \"lng\", \"type\": \"NUMBER\", \"description\": \"Grid **center** coordinate point **longitude** value.\", \"default\": \"-121.938314\"}, {\"name\": \"lat\", \"type\": \"NUMBER\", \"description\": \"Grid **center** coordinate point **latitude** value.\", \"default\": \"37.341759\"}], optional_params: [{\"name\": \"width\", \"type\": \"NUMBER\", \"description\": \"The **width** of the grid in location points for non-square grid searches.\\n\\n**Allowed values**: 3, 5, 7, 9, 11, 13, 15, 17, 19, 21, 23, 25.\\n**Default**: 9\", \"default\": \"5\"}, {\"name\": \"distance_unit\", \"type\": \"STRING\", \"description\": \"Distance measurement units to use for the distance parameter (kilometers / miles).\\n\\n**Allowed values**: km, mi.\\n**Default**: km.\", \"default\": \"km\"}, {\"name\": \"distance\", \"type\": \"NUMBER\", \"description\": \"The distance between coordinate points (on the same row / column in the grid).\\n\\nThe units of the radius are determined by the distance_units parameter.\\n\\n**Allowed values**: 0.1-100.\\n**Default**: 1\", \"default\": \"1\"}, {\"name\": \"grid_size\", \"type\": \"NUMBER\", \"description\": \"The **size** of the grid (i.e. 3x3, 5x5, 7x7, etc).\\n\\n**Allowed values**: 3, 5, 7, 9, 11, 13, 15, 17, 19, 21, 23, 25.\\n**Default**: 9\", \"default\": \"5\"}, {\"name\": \"height\", \"type\": \"NUMBER\", \"description\": \"The **height** of the grid in location points for non-square grid searches.\\n\\n**Allowed values**: 3, 5, 7, 9, 11, 13, 15, 17, 19, 21, 23, 25.\\n**Default**: 9\", \"default\": \"5\"}], return_schema: {\"parameters\": {\"lat\": \"float\", \"lng\": \"float\", \"width\": \"int\", \"height\": \"int\", \"distance\": \"int\", \"distance_unit\": \"str\"}, \"data\": {\"results\": [\"list of list with length 5\"]}}", "Business, ev, ev, get data, place parameter page to paginate list by 1000 object. ex.: *?page=2*, required_params: [], optional_params: [{\"name\": \"page\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"2\"}], return_schema: {\"result\": [{\"address\": {\"link\": \"str\", \"location\": \"str\"}, \"amenities\": [\"list of str with length 3\"], \"description\": \"str\", \"latitude\": \"float\", \"longitude\": \"float\", \"opened\": \"str\", \"parking\": \"str\", \"phone\": \"str\", \"source_url\": \"str\", \"stations\": [{\"costs\": \"str\", \"details\": \"str\", \"name\": \"str\", \"plugs\": [{\"name\": \"str\", \"power\": \"str\", \"_list_length\": 2}], \"title\": \"str\", \"_list_length\": 3}], \"title\": \"str\", \"_list_length\": 1000}]}", "Data, Solcast, Simple Radiation Forecast, The simple radiation request returns detailed solar radiation data for the next week based only on your latitude and longitude., required_params: [{\"name\": \"latitude\", \"type\": \"NUMBER\", \"description\": \"Latitude\", \"default\": \"\"}, {\"name\": \"longitude\", \"type\": \"NUMBER\", \"description\": \"Longitude\", \"default\": \"\"}], optional_params: [{\"name\": \"format\", \"type\": \"STRING\", \"description\": \"Response format: json, csv, xml\", \"default\": \"json\"}], return_schema: \"\"", "Weather, AI Weather by Meteosource, current, **Current weather** conditions based on weather stations around the world. Updated every 10 minutes. **Define your location** using GPS coordinates or `place_id` from `Location endpoints`., required_params: [], optional_params: [{\"name\": \"language\", \"type\": \"STRING\", \"description\": \"The language of text summaries (variable names are never translated). Available languages are:\\n\\n- `en`: English\\n- `es`: Spanish\\n- `fr`: French\\n- `de`: German\\n- `pl`: Polish\\n- `cs`: Czech\\n\", \"default\": \"en\"}, {\"name\": \"units\", \"type\": \"STRING\", \"description\": \"Unit system to be used. The available values are:\\n\\n- `auto`: Select the system automatically, based on the forecast location.\\n- `metric`: Metric (SI) units (`\\u00b0C`, `mm/h`, `m/s`, `cm`, `km`, `hPa`).\\n- `us`: Imperial units (`\\u00b0F`, `in/h`, `mph`, `in`, `mi`, `Hg`).\\n- `uk`: Same as `metric`, except that visibility is in `miles` and wind speeds are in `mph`.\\n- `ca`: Same as `metric`, except that wind speeds are in `km/h` and pressure is in `kPa`.\", \"default\": \"auto\"}, {\"name\": \"place_id\", \"type\": \"STRING\", \"description\": \"Identifier of a place. To obtain the `place_id` for the location you want, please use `Location endpoints`. **Alternatively, you can specify the location by parameters `lat` and `lon`.**\", \"default\": \"\"}, {\"name\": \"lon\", \"type\": \"STRING\", \"description\": \"Longitude in format 12E, 12.3E, 12.3, or 13W, 13.2W, -13.4. **Alternatively, you can specify the location by parameter `place_id`.**\", \"default\": \"-122.42282\"}, {\"name\": \"timezone\", \"type\": \"STRING\", \"description\": \"Timezone to be used for the date fields. If not specified, local timezone of the forecast location will be used. The format is according to the tzinfo database, so values like `Europe/Prague` or `UTC` can be used. Alternatively you may use the value `auto` in which case the local timezone of the location is used. The full list of valid timezone strings can be found [here](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List).\", \"default\": \"auto\"}, {\"name\": \"lat\", \"type\": \"STRING\", \"description\": \"Latitude in format 12N, 12.3N, 12.3, or 13S, 13.2S, -13.4. **Alternatively, you can specify the location by parameter `place_id`.**\", \"default\": \"37.81021\"}], return_schema: {\"lat\": \"str\", \"lon\": \"str\", \"elevation\": \"int\", \"timezone\": \"str\", \"units\": \"str\", \"current\": {\"icon\": \"str\", \"icon_num\": \"int\", \"summary\": \"str\", \"temperature\": \"float\", \"feels_like\": \"float\", \"wind_chill\": \"float\", \"dew_point\": \"float\", \"wind\": {\"speed\": \"float\", \"gusts\": \"float\", \"angle\": \"int\", \"dir\": \"str\"}, \"precipitation\": {\"total\": \"float\", \"type\": \"str\"}, \"cloud_cover\": \"int\", \"ozone\": \"float\", \"pressure\": \"float\", \"uv_index\": \"float\", \"humidity\": \"int\", \"visibility\": \"float\"}}", "Finance, Investing, Energy Futures Prices, page source: https://www.investing.com/commodities/energy, required_params: [], optional_params: [], return_schema: {\"data\": {\"MCX Futures Market Quotes\": [{\"Area\": \"str\", \"Chg.\": \"float\", \"Chg. %\": \"str\", \"Commodity\": \"str\", \"High\": \"float\", \"Last\": \"float\", \"Low\": \"float\", \"Month\": \"str\", \"Prev.\": \"float\", \"Time\": \"str\", \"_list_length\": 3}], \"Real Time Streaming Futures Quotes\": [{\"Area\": \"str\", \"Chg.\": \"float\", \"Chg. %\": \"str\", \"Commodity\": \"str\", \"High\": \"float\", \"Last\": \"float\", \"Low\": \"float\", \"Month\": \"str\", \"Prev.\": \"float\", \"Time\": \"str\", \"_list_length\": 7}], \"US Futures Market Quotes (10-minute Delayed)\": [{\"Chg.\": \"float\", \"High\": \"float\", \"Last\": \"str\", \"Low\": \"float\", \"Month\": \"str\", \"Name\": \"str\", \"Open\": \"float\", \"Time\": \"str\", \"_list_length\": 13}]}, \"message\": \"str\", \"status\": \"int\"}", "Energy, INDIAN FUEL, /fuel/data/{city}, , required_params: [{\"name\": \"city\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}], optional_params: [], return_schema: {\"message\": \"str\"}"], "task": "tool"}
{"query": "What is the weather forecast for Denver on September 15th? Can you also provide me with any active alerts for that day?", "qid": "21448", "pos": ["Weather, National Weather Service, /products/types/{typeId}/locations, A list of locations that have issues products for a type. Example: /products/types/AFD/locations, required_params: [{\"name\": \"typeId\", \"type\": \"STRING\", \"description\": \"typeId: an id of a valid product type (list forthcoming)\", \"default\": \"\"}], optional_params: [], return_schema: {\"correlationId\": \"str\", \"parameterErrors\": [{\"parameter\": \"str\", \"message\": \"str\", \"_list_length\": 1}], \"title\": \"str\", \"type\": \"str\", \"status\": \"int\", \"detail\": \"str\", \"instance\": \"str\"}", "Weather, National Weather Service, /alerts/active/area/{area}, A list of active alerts by area. The ATOM format returns items in CAP-ATOM., required_params: [{\"name\": \"area\", \"type\": \"STRING\", \"description\": \"area: a valid area, see list in counts endpoint\", \"default\": \"\"}], optional_params: [], return_schema: {\"correlationId\": \"str\", \"parameterErrors\": [{\"parameter\": \"str\", \"message\": \"str\", \"_list_length\": 4}], \"title\": \"str\", \"type\": \"str\", \"status\": \"int\", \"detail\": \"str\", \"instance\": \"str\"}", "Weather, National Weather Service, /products/locations/{locationId}/types, Metadata about a Weather Office. Example /offices/EAX, required_params: [{\"name\": \"locationId\", \"type\": \"STRING\", \"description\": \"officeId: a weather office id (https://en.wikipedia.org/wiki/List_of_National_Weather_Service_Weather_Forecast_Offices)\", \"default\": \"\"}], optional_params: [], return_schema: {\"correlationId\": \"str\", \"parameterErrors\": [{\"parameter\": \"str\", \"message\": \"str\", \"_list_length\": 1}], \"title\": \"str\", \"type\": \"str\", \"status\": \"int\", \"detail\": \"str\", \"instance\": \"str\"}", "Weather, National Weather Service, /stations/{stationId}/observations/current, The most current observation for a station. Due to a legacy requirement, this endpoint will support XML for the near future when using the Accept header. It is highly recommend that applications update to the JSON format. NOTE! See note in /stations/{stationId}/observations for important details on observation data. Example: /stations/KMKC/observations/current, required_params: [{\"name\": \"stationId\", \"type\": \"STRING\", \"description\": \"stationId: Station Id (e.g. as provided by the /points/{point}/stations endpoint)\", \"default\": \"\"}], optional_params: [], return_schema: {\"correlationId\": \"str\", \"parameterErrors\": [{\"parameter\": \"str\", \"message\": \"str\", \"_list_length\": 2}], \"title\": \"str\", \"type\": \"str\", \"status\": \"int\", \"detail\": \"str\", \"instance\": \"str\"}", "Weather, National Weather Service, /points/{point}/forecast, Forecast data for a point. The DWML format is a temporary format to aid transition and will be sunset at a later date. This response is derrived from the /gridpoints endpoint and is intentionally less structured. If more structure is required, developers should use the /gridpoints endpoint directly. Example: /points/39.0693,-94.6716/forecast, required_params: [{\"name\": \"point\", \"type\": \"STRING\", \"description\": \"point: EPSG:4326 latitude, EPSG:4326 longitude\", \"default\": \"\"}], optional_params: [], return_schema: {\"correlationId\": \"str\", \"title\": \"str\", \"type\": \"str\", \"status\": \"int\", \"detail\": \"str\", \"instance\": \"str\"}", "Weather, National Weather Service, /stations, A list of stations and station metadata that can be filtered by parameters. If no parameters are provided, then all stations are returned. This list is not configured by field offices and only returns active stations. Example: /stations?limit=10&states=KS,MO, required_params: [], optional_params: [{\"name\": \"limit\", \"type\": \"NUMBER\", \"description\": \"Limit the Results\", \"default\": \"\"}, {\"name\": \"states\", \"type\": \"STRING\", \"description\": \"Filter by States (by abbreviation)\", \"default\": \"\"}], return_schema: {\"correlationId\": \"str\", \"parameterErrors\": [{\"parameter\": \"str\", \"message\": \"str\", \"_list_length\": 2}], \"title\": \"str\", \"type\": \"str\", \"status\": \"int\", \"detail\": \"str\", \"instance\": \"str\"}", "Weather, National Weather Service, /alerts/active/region/{region}, A list of active alerts by region. The ATOM format returns items in CAP-ATOM. Example: /alerts/active/region/GL, required_params: [{\"name\": \"region\", \"type\": \"STRING\", \"description\": \"area: a valid region, see list in counts endpoint\", \"default\": \"\"}], optional_params: [], return_schema: {\"correlationId\": \"str\", \"parameterErrors\": [{\"parameter\": \"str\", \"message\": \"str\", \"_list_length\": 2}], \"title\": \"str\", \"type\": \"str\", \"status\": \"int\", \"detail\": \"str\", \"instance\": \"str\"}", "Weather, National Weather Service, /stations/{stationId}/observations/{recordId}, Data for a specific observation. NOTE! See note in /stations/{stationId}/observations for important details on observation data. Example: /stations/KMKC/observations/2017-01-04T18:54:00+00:00, required_params: [{\"name\": \"stationId\", \"type\": \"STRING\", \"description\": \"stationsId: Station id\", \"default\": \"\"}, {\"name\": \"recordId\", \"type\": \"STRING\", \"description\": \"recordId, Record Id (ISO8601DateTime)\", \"default\": \"\"}], optional_params: [], return_schema: {\"correlationId\": \"str\", \"parameterErrors\": [{\"parameter\": \"str\", \"message\": \"str\", \"_list_length\": 3}], \"title\": \"str\", \"type\": \"str\", \"status\": \"int\", \"detail\": \"str\", \"instance\": \"str\"}", "Weather, National Weather Service, /alerts?{parameters}, A list of alerts that can be filtered by parameters. If no parameters are provided, then all alerts are returned. The ATOM format returns items in CAP-ATOM., required_params: [], optional_params: [{\"name\": \"start\", \"type\": \"STRING\", \"description\": \"start, Start time (ISO8601DateTime)\", \"default\": \"\"}, {\"name\": \"end\", \"type\": \"STRING\", \"description\": \"end, End time (ISO8601DateTime)\", \"default\": \"\"}, {\"name\": \"status\", \"type\": \"STRING\", \"description\": \"status, Event status (alert, update, cancel)\", \"default\": \"\"}, {\"name\": \"zone_type\", \"type\": \"STRING\", \"description\": \"zone_type, Zone type (land or marine)\", \"default\": \"\"}, {\"name\": \"active\", \"type\": \"STRING\", \"description\": \"active, Active alerts (1 or 0)\", \"default\": \"\"}, {\"name\": \"type\", \"type\": \"STRING\", \"description\": \"type, Event type (list forthcoming)\", \"default\": \"\"}, {\"name\": \"point\", \"type\": \"STRING\", \"description\": \"point, Point (latitude,longitude)\", \"default\": \"\"}, {\"name\": \"state\", \"type\": \"STRING\", \"description\": \"State/marine code (list forthcoming)\", \"default\": \"\"}, {\"name\": \"zone\", \"type\": \"STRING\", \"description\": \"zone, Zone Id (forecast or county, list forthcoming)\", \"default\": \"\"}, {\"name\": \"urgency\", \"type\": \"STRING\", \"description\": \"urgency, Urgency (expected, immediate)\", \"default\": \"\"}, {\"name\": \"region\", \"type\": \"STRING\", \"description\": \"region, Region code (list forthcoming)\", \"default\": \"\"}, {\"name\": \"certainty\", \"type\": \"STRING\", \"description\": \"certainty, Certainty (likely, observed)\", \"default\": \"\"}, {\"name\": \"severity\", \"type\": \"STRING\", \"description\": \"severity, Severity (minor, moderate, severe)\", \"default\": \"\"}, {\"name\": \"limit\", \"type\": \"STRING\", \"description\": \" limit, Limit (an integer)\", \"default\": \"\"}], return_schema: {\"correlationId\": \"str\", \"parameterErrors\": [{\"parameter\": \"str\", \"message\": \"str\", \"_list_length\": 14}], \"title\": \"str\", \"type\": \"str\", \"status\": \"int\", \"detail\": \"str\", \"instance\": \"str\"}", "Weather, National Weather Service, /points/{point}, Metadata about a point. This is the primary endpoint for forecast information for a location. It contains linked data for the forecast, the hourly forecast, observation and other information. Example: /points/39.0693,-94.6716, required_params: [{\"name\": \"point\", \"type\": \"STRING\", \"description\": \"point: EPSG:4326 latitude, EPSG:4326 longitude\", \"default\": \"\"}], optional_params: [], return_schema: {\"correlationId\": \"str\", \"parameterErrors\": [{\"parameter\": \"str\", \"message\": \"str\", \"_list_length\": 2}], \"title\": \"str\", \"type\": \"str\", \"status\": \"int\", \"detail\": \"str\", \"instance\": \"str\"}"], "neg": ["Weather, Groundhog Day API, spec, Gets the schema for the JSON API as a yaml file., required_params: [], optional_params: [], return_schema: \"\"", "Sports, Simple Surf Forecast Api, GetCountries, , required_params: [], optional_params: [], return_schema: \"\"", "Energy, ecoweather, ecoweather, Retrieve historical weather data for a location. Dataset lasts back until year 2016. Results are limited to 366 days (1 year) per request., required_params: [{\"name\": \"lon\", \"type\": \"NUMBER\", \"description\": \"Longitude of a geo-location in degrees. \", \"default\": \"8.80282\"}, {\"name\": \"lat\", \"type\": \"NUMBER\", \"description\": \"Latitude of a geo-location in degrees. \", \"default\": \"49.3427818\"}, {\"name\": \"from\", \"type\": \"STRING\", \"description\": \"Start date in YYYY-MM-DD format.\", \"default\": \"2021-12-31\"}], optional_params: [{\"name\": \"to\", \"type\": \"STRING\", \"description\": \"End date in YYYY-MM-DD format. \\n\\nNote: if time period relative to `from` is more than 366 days it will automatically be replaced with this date.\", \"default\": \"2022-09-31\"}], return_schema: {\"message\": \"str\"}", "Weather, Indonesia Latest Weather and Earthquake, Latest Top 15 Earthquake (felt by local), Latest Top 15 Earthquake (felt by local), required_params: [], optional_params: [], return_schema: {\"Bujur\": \"str\", \"Coordinates\": \"str\", \"DateTime\": \"str\", \"Dirasakan\": \"str\", \"Jam\": \"str\", \"Kedalaman\": \"str\", \"Lintang\": \"str\", \"Magnitude\": \"str\", \"Tanggal\": \"str\", \"Wilayah\": \"str\"}", "Weather, RapidWeather, By ZIP code, Please note if country is not specified then the search works for USA as a default., required_params: [{\"name\": \"zip\", \"type\": \"STRING\", \"description\": \"Zip code\", \"default\": \"94040\"}], optional_params: [{\"name\": \"lang\", \"type\": \"STRING\", \"description\": \"You can use the **lang **parameter to get the output in your language\", \"default\": \"\"}, {\"name\": \"units\", \"type\": \"STRING\", \"description\": \"Units of measurement. **standard**, **metric **and **imperial **units are available. If you do not use the **units **parameter, **standard **units will be applied by default.\", \"default\": \"\"}], return_schema: {\"message\": \"str\"}", "Weather, Aviation Weather Center, Station Info, Information about a weather reporting station., required_params: [{\"name\": \"datasource\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"stations\"}, {\"name\": \"stationString\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"KSFO\"}], optional_params: [], return_schema: \"\"", "Data, Weather, 16 Day Forecast, Returns a 16 day (daily) forecast, required_params: [{\"name\": \"lon\", \"type\": \"NUMBER\", \"description\": \"Longitude\", \"default\": \"-78.5\"}, {\"name\": \"lat\", \"type\": \"NUMBER\", \"description\": \"Latitude\", \"default\": \"38.5\"}], optional_params: [{\"name\": \"lang\", \"type\": \"ENUM\", \"description\": \"Language for weather description\", \"default\": \"\"}, {\"name\": \"units\", \"type\": \"ENUM\", \"description\": \"metric (Default), imperial\", \"default\": \"\"}], return_schema: \"\"", "Weather, OpenWeather, getCurrentWeather, Test, required_params: [{\"name\": \"appid\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"da0f9c8d90bde7e619c3ec47766a42f4\"}, {\"name\": \"q\", \"type\": \"STRING\", \"description\": \"City name\", \"default\": \"\"}], optional_params: [{\"name\": \"lang\", \"type\": \"STRING\", \"description\": \"Parameter to get the output in your language. Translation is applied for the city name and description fields\", \"default\": \"\"}, {\"name\": \"units\", \"type\": \"STRING\", \"description\": \"Units of measurement. For temperature in Fahrenheit imperial; For temperature in Celsius - metric; for temperature in Kelvin - standart\", \"default\": \"standard\"}], return_schema: {\"cod\": \"str\", \"message\": \"str\"}", "Weather, Ouranos, Planet currently visible, Planet currently visible, required_params: [{\"name\": \"long\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"lat\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}], optional_params: [], return_schema: {\"message\": \"str\"}", "Travel, IRCTC, CheckSeatAvailability, -, required_params: [{\"name\": \"quota\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"GN\"}, {\"name\": \"classType\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"2A\"}, {\"name\": \"fromStationCode\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"ST\"}, {\"name\": \"toStationCode\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"BVI\"}, {\"name\": \"trainNo\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": 19038}, {\"name\": \"date\", \"type\": \"DATE (YYYY-MM-DD)\", \"description\": \"\", \"default\": \"2022-05-25\"}], optional_params: [], return_schema: \"\"", "Weather, History, dailyWeather, This endpoint returns the historical weather for a given day for a given location (latitude and longitude), required_params: [{\"name\": \"lng\", \"type\": \"STRING\", \"description\": \"The longitude in decimal format of the requested point\", \"default\": \"10.87152\"}, {\"name\": \"lat\", \"type\": \"STRING\", \"description\": \"The latitude in decimal format of the requested point\", \"default\": \"46.95828\"}, {\"name\": \"parameters\", \"type\": \"STRING\", \"description\": \"Define the parameter, you wish to request. Allowed options are \\\\\\\"all\\\\\\\", \\\\\\\"air_quality\\\\\\\", \\\\\\\"anomaly\\\\\\\", \\\\\\\"astronomy\\\\\\\", \\\\\\\"weather\\\\\\\", \\\\\\\"signal\\\\\\\", \\\\\\\"pollen\\\\\\\", \\\\\\\"occurrence\\\\\\\"\", \"default\": \"weather\"}, {\"name\": \"day\", \"type\": \"STRING\", \"description\": \"The requested day in the format \\\\\\\"YYYYmmdd\\\\\\\"\", \"default\": \"20210101\"}], optional_params: [], return_schema: {\"message\": \"str\"}", "Weather, RapidWeather, One Call API, The One Call API provides the following weather data for any geographical coordinates: - Current weather - Minute forecast for 1 hour - Hourly forecast for 48 hours - Daily forecast for 7 days - National weather alerts - Historical weather data for the previous 5 days, required_params: [{\"name\": \"lon\", \"type\": \"NUMBER\", \"description\": \"Geographical coordinates (latitude, longitude)\", \"default\": \"94.04\"}, {\"name\": \"lat\", \"type\": \"NUMBER\", \"description\": \"Geographical coordinates (latitude, longitude)\", \"default\": \"33.44\"}], optional_params: [{\"name\": \"lang\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"units\", \"type\": \"STRING\", \"description\": \"Units of measurement. **standard**, **metric **and **imperial **units are available. If you do not use the **units **parameter, **standard **units will be applied by default\", \"default\": \"\"}, {\"name\": \"exclude\", \"type\": \"STRING\", \"description\": \"By using this parameter you can exclude some parts of the weather data from the API response. It should be a comma-delimited list (without spaces).\\nAvailable values:\\n\\n- current\\n- minutely\\n- hourly\\n- daily\\n- alerts\", \"default\": \"\"}], return_schema: {\"message\": \"str\"}", "Sports, Surebets 2, USA latest Odds, Latest odds for matches in the USA - updated every 6 hours, required_params: [], optional_params: [], return_schema: \"\"", "Weather, RapidWeather, Call 5 day / 3 hour forecast data - By city ID, You can search weather forecast for 5 days with data every 3 hours by city ID. We recommend to call API by city ID to get unambiguous result for your city., required_params: [{\"name\": \"id\", \"type\": \"NUMBER\", \"description\": \"City ID.\", \"default\": \"524901\"}], optional_params: [{\"name\": \"lang\", \"type\": \"STRING\", \"description\": \"You can use the **lang **parameter to get the output in your language\", \"default\": \"\"}, {\"name\": \"cnt\", \"type\": \"STRING\", \"description\": \"A number of timestamps, which will be returned in the API response.\", \"default\": \"\"}, {\"name\": \"units\", \"type\": \"STRING\", \"description\": \"Units of measurement. **standard**, **metric **and **imperial **units are available. If you do not use the **units **parameter, **standard **units will be applied by default.\", \"default\": \"\"}], return_schema: {\"message\": \"str\"}", "Weather, WeatherTest, Fake Weather, Get a fake weather, no date or authentication is necessary, required_params: [], optional_params: [], return_schema: {\"condition\": \"str\"}", "Weather, World Weather Online API, Local History Weather API, The Local Historical or Past Weather API (also known as City and Town Historical Weather API) allows you to access weather conditions from 1st July 2008 up until the present time. The API returns weather elements such as temperature, precipitation (rainfall), weather description, weather icon and wind speed., required_params: [{\"name\": \"date\", \"type\": \"DATE (YYYY-MM-DD)\", \"description\": \"\", \"default\": \"2020-05-15\"}, {\"name\": \"q\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"london\"}], optional_params: [{\"name\": \"enddate\", \"type\": \"DATE (YYYY-MM-DD)\", \"description\": \"\", \"default\": \"2015-05-31\"}, {\"name\": \"tp\", \"type\": \"ENUM\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"format\", \"type\": \"ENUM\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"lang\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"en\"}], return_schema: {\"message\": \"str\"}", "Weather, Ouranos, Predict Feature Forecast 1 Day, Predict Forecast returns - Binary predict value, 1 if its a good night to observe and 0 if its not. This value is calculated according to the forecast for the night. - Rating, score out of 5. - Tips for astronomers based on the forecast., required_params: [{\"name\": \"lat\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"long\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}], optional_params: [], return_schema: \"\"", "Weather, OpenWeather, getForecastWeather, , required_params: [{\"name\": \"q\", \"type\": \"STRING\", \"description\": \"City name\", \"default\": \"\"}], optional_params: [{\"name\": \"cnt\", \"type\": \"NUMBER\", \"description\": \"A number of timestamps, which will be returned in the API response.\", \"default\": \"\"}, {\"name\": \"units\", \"type\": \"STRING\", \"description\": \"Units of measurement. For temperature in Fahrenheit imperial; For temperature in Celsius - metric; for temperature in Kelvin - standart\", \"default\": \"standard\"}, {\"name\": \"lang\", \"type\": \"STRING\", \"description\": \"Parameter to get the output in your language. Translation is applied for the city name and description fields\", \"default\": \"\"}], return_schema: {\"cod\": \"str\", \"message\": \"str\"}", "Other, Air Quality Demo 1, /v1/airquality, , required_params: [], optional_params: [{\"name\": \"city\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"Berlin\"}], return_schema: {\"messages\": \"str\"}", "Weather, Foreca Weather, Current, Current weather estimate for location., required_params: [{\"name\": \"location\", \"type\": \"string\", \"description\": \"\", \"default\": \"102643743\"}], optional_params: [{\"name\": \"windunit\", \"type\": \"STRING\", \"description\": \"Wind speed unit in response.\", \"default\": \"MS\"}, {\"name\": \"alt\", \"type\": \"NUMBER\", \"description\": \"Altitude (meters)\", \"default\": \"0\"}, {\"name\": \"lang\", \"type\": \"STRING\", \"description\": \"Language (ISO 639-1 codes). Options: de, en, es, fr, it, pl, ru, fi, sv, nl, ko, pt, th, tr, zh, zh_TW (Chinese in Taiwan), zh_CN (Chinese in China). (default en)\", \"default\": \"en\"}, {\"name\": \"tz\", \"type\": \"STRING\", \"description\": \"Time zone in response (IANA time zone database names)\", \"default\": \"Europe/London\"}, {\"name\": \"tempunit\", \"type\": \"STRING\", \"description\": \"Temperature unit in response\", \"default\": \"C\"}], return_schema: {\"current\": {\"time\": \"str\", \"symbol\": \"str\", \"symbolPhrase\": \"str\", \"temperature\": \"int\", \"feelsLikeTemp\": \"int\", \"relHumidity\": \"int\", \"dewPoint\": \"int\", \"windSpeed\": \"int\", \"windDir\": \"int\", \"windDirString\": \"str\", \"windGust\": \"int\", \"precipProb\": \"int\", \"precipRate\": \"int\", \"cloudiness\": \"int\", \"thunderProb\": \"int\", \"uvIndex\": \"int\", \"pressure\": \"float\", \"visibility\": \"int\"}}"], "task": "tool"}
{"query": "I am in the market for a new car and I want to explore different makes and models. Can you provide me with a list of available makes and models along with their trims? Additionally, include the year and sort the results by make in alphabetical order.", "qid": "55757", "pos": ["Transportation, Car API, Models, Search models by year, make, model, trim or make_id. To include the models make in the description request with the query parameter as `verbose=yes`. For complex queries you may use the json field to send an array of URL encoded JSON conditions, example: `[{\"field\": \"make\", \"op\": \"in\", \"val\": [\"Ford\", \"Acura\"]}, {\"field\": \"year\", \"op\": \">=\", \"val\": 2010}] Allowed json operators are: =, !=, >, <, >=, <=, in, not in, like, not like, not null, and is null. Allowed json search fields are: year, make, model, make_id, created, and modified., required_params: [], optional_params: [{\"name\": \"limit\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"make_id\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"year\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"page\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"sort\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"id\"}, {\"name\": \"make\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"model\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"direction\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"asc\"}, {\"name\": \"verbose\", \"type\": \"STRING\", \"description\": \"Includes make, model and trim\", \"default\": \"yes\"}], return_schema: {\"exception\": \"str\", \"message\": \"str\", \"url\": \"str\", \"code\": \"int\"}", "Transportation, Car API, Years, For complex queries you may use the json field to send an array of URL encoded JSON conditions, example: `[{\"field\": \"make\", \"op\": \"in\", \"val\": [\"Scion\", \"Tesla\"]}]` Allowed operators are: `>`, `<`, `>=`, `<=`, `in`, `not in`, `like`, `not like`, `is null` and `not null`. Allowed search fields are: `year`, `make`, `model`, `trim`, `make_id`, and `make_model_id`., required_params: [], optional_params: [{\"name\": \"make_id\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"make\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"year\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"json\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"make_model_id\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"model\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"trim\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}], return_schema: {\"exception\": \"str\", \"message\": \"str\", \"url\": \"str\", \"code\": \"int\"}", "Transportation, Car API, Makes, Search makes by name and year., required_params: [], optional_params: [{\"name\": \"limit\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"direction\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"asc\"}, {\"name\": \"sort\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"id\"}, {\"name\": \"page\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"make\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"year\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}], return_schema: {\"exception\": \"str\", \"message\": \"str\", \"url\": \"str\", \"code\": \"int\"}", "Transportation, Car API, VIN Decoder, Decodes Vehicle Identification Numbers. The result will include a list of specifications in the specs property and a list of all possible trims matching the VIN in the trims property., required_params: [{\"name\": \"vin\", \"type\": \"string\", \"description\": \"\", \"default\": \"KNDJ23AU4N7154467\"}], optional_params: [], return_schema: \"{\\\"year\\\": \\\"int\\\", \\\"make\\\": \\\"str\\\", \\\"model\\\": \\\"str\\\", \\\"trim\\\": \\\"str\\\", \\\"specs\\\": {\\\"suggested_vin\\\": \\\"str\\\", \\\"possible_values\\\": \\\"str\\\", \\\"vehicle_descriptor\\\": \\\"str\\\", \\\"destination_market\\\": \\\"NoneType\\\", \\\"manufacturer_name\\\": \\\"str\\\", \\\"plant_city\\\": \\\"str\\\", \\\"series\\\": \\\"NoneType\\\", \\\"vehicle_type\\\": \\\"str\\\", \\\"plant_country\\\": \\\"str\\\", \\\"plant_company_name\\\": \\\"NoneType\\\", \\\"plant_state\\\": \\\"NoneType\\\", \\\"trim2\\\": \\\"NoneType\\\", \\\"series2\\\": \\\"str\\\", \\\"note\\\": \\\"NoneType\\\", \\\"base_price\\\": \\\"NoneType\\\", \\\"non_land_use\\\": \\\"NoneType\\\", \\\"body_class\\\": \\\"str\\\", \\\"doors\\\": \\\"NoneType\\\", \\\"windows\\\": \\\"NoneType\\\", \\\"wheel_base_type\\\": \\\"NoneType\\\", \\\"track_width_inches\\\": \\\"NoneType\\\", \\\"gross_vehicle_weight_rating_from\\\": \\\"str\\\", \\\"bed_length_inches\\\": \\\"NoneType\\\", \\\"curb_weight_pounds\\\": \\\"NoneType\\\", \\\"wheel_base_inches_from\\\": \\\"NoneType\\\", \\\"wheel_base_inches_to\\\": \\\"NoneType\\\", \\\"gross_combination_weight_rating_from\\\": \\\"NoneType\\\", \\\"gross_combination_weight_rating_to\\\": \\\"NoneType\\\", \\\"gross_vehicle_weight_rating_to\\\": \\\"NoneType\\\", \\\"bed_type\\\": \\\"NoneType\\\", \\\"cab_type\\\": \\\"NoneType\\\", \\\"trailer_type\"", "Transportation, Car API, Trims, To include additional information about the returned body (such as year, make, model and trim) request with the query parameter as verbose=yes. For complex queries you may use the json field to send an array of URL encoded JSON conditions, example: `[{\"field\": \"year\", \"op\": \">=\", \"val\": 2010}, {\"field\": \"year\", \"op\": \"<=\", \"val\": 2020}]` Allowed operators are: `>`, `<`, `>=`, `<=`, `in`, `not in`, `like`, `not like`, `is null` and `not null`. Allowed json search fields are: year, make, model, trim, bodies.type, engines.cam_type, engines.cylinders, engines.drive_type, engines.engine_type, engines.fuel_type, engines.transmission, engines.valve_timing, engines.valves, make_id, make_model_id, make_model_trim_id, created, and modified., required_params: [], optional_params: [{\"name\": \"make_id\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"limit\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"direction\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"asc\"}, {\"name\": \"sort\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"id\"}, {\"name\": \"year\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"model\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"page\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"trim\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"make_model_id\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"verbose\", \"type\": \"STRING\", \"description\": \"Includes make, model and trim\", \"default\": \"yes\"}, {\"name\": \"make\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"json\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}], return_schema: {\"exception\": \"str\", \"message\": \"str\", \"url\": \"str\", \"code\": \"int\"}", "Transportation, Car API, Vehicle Attributes, Returns all options for given attribute., required_params: [], optional_params: [{\"name\": \"attribute\", \"type\": \"STRING\", \"description\": \"The attribute options to be returned\", \"default\": \"bodies.type\"}], return_schema: {}", "Transportation, Car API, Engines, To include additional information about the returned body (such as year, make, model and trim) request with the query parameter as verbose=yes. For complex queries you may use the json field to send an array of URL encoded JSON conditions, example: `[{\"field\": \"horsepower_hp\", \"op\": \">=\", \"val\": 100}, {\"field\": \"horsepower_hp\", \"op\": \"<=\", \"val\": 300}]` See /api/vehicle-attributes for a complete list of vehicle attributes. Allowed operators are: `>`, `<`, `>=`, `<=`, `in`, `not in`, `like`, `not like`, `is null` and `not null`. Allowed json search fields are: year, make, model, trim, fuel_type, engine_type, transmission, drive_type, cam_type, valve_timing, valves, horsepower_hp, size, cylinders, make_id, make_model_id, and make_model_trim_id., required_params: [], optional_params: [{\"name\": \"year\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"direction\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"asc\"}, {\"name\": \"valves\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"valve_timing\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"fuel_type\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"json\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"model\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"make\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"make_model_id\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"trim\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"cam_type\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"engine_type\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"make_model_trim_id\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"limit\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"drive_type\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"verbose\", \"type\": \"STRING\", \"description\": \"Includes make, model and trim\", \"default\": \"yes\"}, {\"name\": \"make_id\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"cylinders\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"page\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"sort\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"id\"}, {\"name\": \"size\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"horsepower_hp\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"transmission\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}], return_schema: {\"exception\": \"str\", \"message\": \"str\", \"url\": \"str\", \"code\": \"int\"}", "Transportation, Car API, Exterior Colors, To include additional information about the returned body (such as year, make, model and trim) request with the query parameter as verbose=yes. For complex queries you may use the json field to send an array of URL encoded JSON conditions, example: [{\"field\": \"name\", \"op\": \"in\", \"val\": [\"red\", \"blue\"]}] Allowed operators are: `>`, `<`, `>=`, `<=`, `in`, `not in`, `like`, `not like`, `is null` and `not null`. Allowed json search fields are: year, make, model, trim, name, rgb, make_id, make_model_id, and make_model_trim_i, required_params: [], optional_params: [{\"name\": \"trim\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"make_model_id\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"sort\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"id\"}, {\"name\": \"verbose\", \"type\": \"STRING\", \"description\": \"Includes make, model and trim\", \"default\": \"yes\"}, {\"name\": \"rgb\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"limit\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"direction\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"asc\"}, {\"name\": \"name\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"make_id\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"make\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"year\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"model\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"make_model_trim_id\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"page\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"json\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}], return_schema: {\"exception\": \"str\", \"message\": \"str\", \"url\": \"str\", \"code\": \"int\"}", "Transportation, Car API, Interior Colors, To include additional information about the returned body (such as year, make, model and trim) request with the query parameter as verbose=yes. For complex queries you may use the json field to send an array of URL encoded JSON conditions, example: [{\"field\": \"name\", \"op\": \"in\", \"val\": [\"red\", \"blue\"]}] Allowed operators are: `>`, `<`, `>=`, `<=`, `in`, `not in`, `like`, `not like`, `is null` and `not null`. Allowed json search fields are: year, make, model, trim, name, rgb, make_id, make_model_id, and make_model_trim_i, required_params: [], optional_params: [{\"name\": \"model\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"name\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"trim\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"page\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"direction\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"asc\"}, {\"name\": \"limit\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"make_model_trim_id\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"year\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"rgb\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"sort\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"id\"}, {\"name\": \"verbose\", \"type\": \"STRING\", \"description\": \"Includes make, model and trim\", \"default\": \"yes\"}, {\"name\": \"json\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"make_id\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"make\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"make_model_id\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}], return_schema: {\"exception\": \"str\", \"message\": \"str\", \"url\": \"str\", \"code\": \"int\"}", "Transportation, Car API, Bodies, To include additional information about the returned body (such as year, make, model and trim) request with the query parameter as verbose=yes. For complex queries you may use the json field to send an array of URL encoded JSON conditions, example: `[{\"field\": \"doors\", \"op\": \">=\", \"val\": 4}, {\"field\": \"type\", \"op\": \"in\", \"val\": [\"SUV\",\"Van\"]}]` See /api/vehicle-attributes for a complete list of vehicle attributes. Allowed operators are: `>`, `<`, `>=`, `<=`, `in`, `not in`, `like`, `not like`, `is null` and `not null`. Allowed json search fields are: year, make, model, trim, type, doors, make_id, make_model_id, and make_model_trim_id., required_params: [], optional_params: [{\"name\": \"make_model_trim_id\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"direction\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"asc\"}, {\"name\": \"year\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"page\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"verbose\", \"type\": \"STRING\", \"description\": \"Includes make, model and trim\", \"default\": \"yes\"}, {\"name\": \"json\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"make_id\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"trim\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"sort\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"id\"}, {\"name\": \"make_model_id\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"model\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"make\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"type\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"limit\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"doors\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}], return_schema: {\"exception\": \"str\", \"message\": \"str\", \"url\": \"str\", \"code\": \"int\"}"], "neg": ["Database, Motorcycle Specs Database, Specifications by {Group}, ArticleGetSpecificationGroup {specs} => engineAndTransmission {specs} => chassisSuspensionBrakesAndWheels {specs} => physicalMeasuresAndCapacities {specs} => otherSpecifications, required_params: [{\"name\": \"specs\", \"type\": \"string\", \"description\": \"\", \"default\": \"engineAndTransmission\"}, {\"name\": \"article\", \"type\": \"ENUM\", \"description\": \"\", \"default\": \"\"}], optional_params: [], return_schema: {\"message\": \"str\"}", "Search, Bing Web Search, Supported Countries, You can search against these countries., required_params: [], optional_params: [], return_schema: \"{\\\"Australia\\\": \\\"str\\\", \\\"Belgium\\\": \\\"str\\\", \\\"Brazil\\\": \\\"str\\\", \\\"Canada\\\": \\\"str\\\", \\\"China\\\": \\\"str\\\", \\\"France\\\": \\\"str\\\", \\\"Germany\\\": \\\"str\\\", \\\"India\\\": \\\"str\\\", \\\"Italy\\\": \\\"str\\\", \\\"Japan\\\": \\\"str\\\", \\\"Korea\\\": \\\"str\\\", \\\"Mexico\\\": \\\"str\\\", \\\"Netherlands\\\": \\\"str\\\", \\\"Poland\\\": \\\"str\\\", \\\"Russia\\\": \\\"str\\\", \\\"Spain\\\": \\\"str\\\", \\\"Sweden\\\": \\\"str\\\", \\\"Switzerland\\\": \\\"str\\\", \\\"United Kingdom\\\": \\\"str\\\", \\\"United States\\\": \\\"str\\\", \\\"Afghanistan\\\": \\\"str\\\", \\\"Albania\\\": \\\"str\\\", \\\"Algeria\\\": \\\"str\\\", \\\"American Samoa\\\": \\\"str\\\", \\\"Andorra\\\": \\\"str\\\", \\\"Angola\\\": \\\"str\\\", \\\"Anguilla\\\": \\\"str\\\", \\\"Antigua and Barbuda\\\": \\\"str\\\", \\\"Argentina\\\": \\\"str\\\", \\\"Armenia\\\": \\\"str\\\", \\\"Aruba\\\": \\\"str\\\", \\\"Austria\\\": \\\"str\\\", \\\"Azerbaijan\\\": \\\"str\\\", \\\"Bahamas\\\": \\\"str\\\", \\\"Bahrain\\\": \\\"str\\\", \\\"Bangladesh\\\": \\\"str\\\", \\\"Barbados\\\": \\\"str\\\", \\\"Belarus\\\": \\\"str\\\", \\\"Belize\\\": \\\"str\\\", \\\"Benin\\\": \\\"str\\\", \\\"Bermuda\\\": \\\"str\\\", \\\"Bhutan\\\": \\\"str\\\", \\\"Bolivia\\\": \\\"str\\\", \\\"Bosnia & Herzegovina\\\": \\\"str\\\", \\\"Botswana\\\": \\\"str\\\", \\\"British Virgin Islands\\\": \\\"str\\\", \\\"Brunei\\\": \\\"str\\\", \\\"Bulgaria\\\": \\\"str\\\", \\\"Burkina Faso\\\": \\\"str\\\", \\\"Burundi\\\": \\\"str\\\", \\\"Cabo Verde\\\": \\\"str\\\", \\\"Cambodia\\\": \\\"s\"", "Other, ClickMeter, Get a full list of conversions with statistics, Get a full list of conversions with statistics, required_params: [{\"name\": \"timeframe\", \"type\": \"STRING\", \"description\": \"Timeframe can be \\\"today\\\", \\\"yesterday\\\", \\\"last7\\\", \\\"last30\\\", \\\"last90\\\", \\\"beginning\\\", \\\"custom\\\". If \\\"custom\\\" use also fromDay-toDay parameters.\", \"default\": \"\"}], optional_params: [{\"name\": \"fromDay\", \"type\": \"STRING\", \"description\": \"A date in the format YYYYMMDDHHmm.\", \"default\": \"\"}, {\"name\": \"toDay\", \"type\": \"STRING\", \"description\": \"A date in the format YYYYMMDDHHmm.\", \"default\": \"\"}, {\"name\": \"sortDirection\", \"type\": \"STRING\", \"description\": \"Direction to sort with, \\\"asc\\\" or \\\"desc\\\".\", \"default\": \"\"}, {\"name\": \"status\", \"type\": \"STRING\", \"description\": \"Filter by status (all, active, deleted).\", \"default\": \"\"}, {\"name\": \"sortby\", \"type\": \"STRING\", \"description\": \"Sort list by specified field (count, lasthitdate, entityData.name, entityData.value, entityData.creationdate).\", \"default\": \"\"}, {\"name\": \"favourite\", \"type\": \"BOOLEAN\", \"description\": \"Filter by favourites only.\", \"default\": \"\"}, {\"name\": \"limit\", \"type\": \"STRING\", \"description\": \"Maximum elements to retrieve. Defaults is 20.\", \"default\": \"\"}, {\"name\": \"offset\", \"type\": \"STRING\", \"description\": \"Where to start when retrieving data. 0 if it's not specified.\", \"default\": \"\"}], return_schema: \"\"", "Search, Vehicle Ownership Cost, Vehicle Ownership Cost by License Plate, Vehicle Ownership Cost by License Plate, required_params: [{\"name\": \"state_code\", \"type\": \"STRING\", \"description\": \"State Code\\nAL,AK,AZ,AR,CA,CO,CT,DE,DC,FL,GA,HI,ID,IL,IN,IA,KS,KY,LA,ME,MD,MA,MI,MN,MS,MO,MT,NE,NV,NH,NJ,NM,NY,NC,ND,OH,OK,OR,PA,RI,SC,SD,TN,TX,UT,VT,VA,WA,WV,WI,WY\", \"default\": \"AL\"}, {\"name\": \"license_plate\", \"type\": \"STRING\", \"description\": \"License plate number\", \"default\": \"S8TAN\"}], optional_params: [], return_schema: {\"service\": \"str\", \"date\": \"str\", \"status\": \"str\", \"vehicle\": \"str\", \"mileage_start\": \"int\", \"mileage_year\": \"int\", \"depreciation_cost\": [\"list of int with length 5\"], \"insurance_cost\": [\"list of int with length 5\"], \"fuel_cost\": [\"list of int with length 5\"], \"maintenance_cost\": [\"list of int with length 5\"], \"repairs_cost\": [\"list of int with length 5\"], \"total_cost\": [\"list of int with length 5\"], \"total_cost_sum\": \"int\"}", "Tools, 👋 Demo Project_v13, Get Products in Category, , required_params: [{\"name\": \"limit\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"skip\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"category\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}], optional_params: [], return_schema: \"\"", "Music, 50K Radio Stations, Get Cities, Get city list, required_params: [], optional_params: [{\"name\": \"country_id\", \"type\": \"NUMBER\", \"description\": \"Use this parameter to filter cities by country id or set empty if you don't want to use it \", \"default\": \"63\"}, {\"name\": \"keyword\", \"type\": \"STRING\", \"description\": \"Use this parameter to filter cities by keyword or set empty if you don't want to use it \", \"default\": \"Jakarta\"}], return_schema: \"\"", "Finance, Seeking Alpha, news/v2/list-trending, List trending news, required_params: [], optional_params: [{\"name\": \"size\", \"type\": \"NUMBER\", \"description\": \"The number of items per response (max 40)\", \"default\": \"20\"}, {\"name\": \"since\", \"type\": \"NUMBER\", \"description\": \"Unix timestamp (Epoch timestamp), ex : 1636693199\\nMaybe use together with 'until' parameter to filter data by date range\", \"default\": \"\"}, {\"name\": \"until\", \"type\": \"NUMBER\", \"description\": \"Unix timestamp (Epoch timestamp), ex : 1636693199\\nMaybe use together with 'since' parameter to filter data by date range\", \"default\": \"\"}], return_schema: \"{\\\"data\\\": [{\\\"id\\\": \\\"str\\\", \\\"type\\\": \\\"str\\\", \\\"attributes\\\": {\\\"publishOn\\\": \\\"str\\\", \\\"isLockedPro\\\": \\\"bool\\\", \\\"commentCount\\\": \\\"int\\\", \\\"gettyImageUrl\\\": \\\"str\\\", \\\"videoPreviewUrl\\\": \\\"NoneType\\\", \\\"themes\\\": {\\\"technology\\\": {\\\"id\\\": \\\"int\\\", \\\"path\\\": \\\"str\\\", \\\"slug\\\": \\\"str\\\", \\\"title\\\": \\\"str\\\", \\\"sasource\\\": \\\"str\\\", \\\"non_theme\\\": \\\"bool\\\"}, \\\"large-cap\\\": {\\\"id\\\": \\\"int\\\", \\\"path\\\": \\\"str\\\", \\\"slug\\\": \\\"str\\\", \\\"title\\\": \\\"NoneType\\\", \\\"sasource\\\": \\\"str\\\", \\\"non_theme\\\": \\\"bool\\\"}, \\\"hidden-from-qp\\\": {\\\"id\\\": \\\"int\\\", \\\"path\\\": \\\"str\\\", \\\"slug\\\": \\\"str\\\", \\\"title\\\": \\\"NoneType\\\", \\\"sasource\\\": \\\"str\\\", \\\"non_theme\\\": \\\"bool\\\"}, \\\"news-metered\\\": {\\\"id\\\": \\\"int\\\", \\\"path\\\": \\\"str\\\", \\\"slug\\\": \\\"str\\\", \\\"title\\\": \\\"NoneType\\\", \\\"sasource\\\": \\\"str\\\", \\\"non_theme\\\": \\\"bool\\\"}}, \\\"title\\\": \\\"str\\\", \\\"isPaywalled\\\": \\\"bool\\\", \\\"lastModified\\\": \\\"str\\\", \\\"isExclusive\\\": \\\"bool\\\", \\\"status\\\": \\\"str\\\", \\\"content\\\": \\\"str\\\", \\\"metered\\\": \\\"bool\\\", \\\"correctionReason\\\": \\\"NoneType\\\"}, \\\"relationships\\\": {\\\"author\\\": {\\\"data\\\": {\\\"id\\\": \\\"str\\\", \\\"type\\\": \\\"str\\\"}}, \\\"sentiments\\\": {\\\"data\\\": \\\"empty list\\\"}, \\\"primaryTickers\\\": {\\\"data\\\": [{\\\"id\\\": \\\"str\\\", \\\"type\\\": \\\"str\\\"\"", "Entertainment, World of Jokes, Get Jokes, Access our huge collection of jokes and paginate through them based on your desired limit and sorting criteria., required_params: [{\"name\": \"limit\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": 100}, {\"name\": \"page\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": 1}], optional_params: [{\"name\": \"sortBy\", \"type\": \"STRING\", \"description\": \"Valid format to sort is `field:order`\\ne.g. `score:desc` for highest score first sorting\\n\\nwhere `asc` for sorting in ascending order\\n`desc` for sorting in descending order\", \"default\": \"score:desc\"}], return_schema: \"\"", "Logistics, Pack & Send, /api/Tracking/, If you support your Pack & Send Reference Number, we can provide your with some relevant information., required_params: [{\"name\": \"reference\", \"type\": \"string\", \"description\": \"\", \"default\": \"ReferenceNumberHere\"}], optional_params: [], return_schema: {\"type\": \"str\", \"title\": \"str\", \"status\": \"int\", \"traceId\": \"str\"}", "Data, Car Utils, Get vehicle models, Get all supported vehicle models for specified make., required_params: [{\"name\": \"make\", \"type\": \"STRING\", \"description\": \"The brand of the vehicle.\", \"default\": \"Bugatti\"}], optional_params: [], return_schema: {\"make\": \"str\", \"models\": [\"list of str with length 5\"]}", "Business, UK VRM Lookup, search, , required_params: [], optional_params: [{\"name\": \"plate\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"UKZ2957\"}, {\"name\": \"function\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"getktypeforvrm\"}], return_schema: \"\"", "Database, veiculos-api, /veiculo_tipo/id_marca, Retorna listagem dos veículos de uma determinada marca., required_params: [{\"name\": \"veiculo_tipo\", \"type\": \"string\", \"description\": \"\", \"default\": \"carros\"}, {\"name\": \"id_marca\", \"type\": \"string\", \"description\": \"\", \"default\": \"6\"}], optional_params: [], return_schema: {\"success\": \"bool\", \"result\": [{\"id\": \"str\", \"tipo\": \"str\", \"id_marca\": \"str\", \"id_marca_modelo\": \"str\", \"nome\": \"str\", \"_list_length\": 274}]}", "Database, Motorcycle Specs Database, Models by {Make ID} and {Category}, Get all models by make ID and category ex: /api/v1/model/make-id/100/category/Sport sample: ``` { \"modelId\": 2713, \"modelName\": \"Altino 125 ES\", \"yearName\": 2004, \"categoryName\": \"Sport\", \"priceName\": null, \"articleId\": 5559 }, { \"modelId\": 2730, \"modelName\": \"Daystar 125 FI\", \"yearName\": 2011, \"categoryName\": \"Sport\", \"priceName\": \" Euro 2990. Prices depend on country, taxes, accessories, etc.\", \"articleId\": 5590 }, { \"modelId\": 2745, \"modelName\": \"RoadSport\", \"yearName\": 2015, \"categoryName\": \"Sport\", \"priceName\": null, \"articleId\": 5610 } ```, required_params: [{\"name\": \"make\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"100\"}, {\"name\": \"category\", \"type\": \"string\", \"description\": \"\", \"default\": \"Sport\"}], optional_params: [], return_schema: {\"modelId\": \"int\", \"modelName\": \"str\", \"yearName\": \"int\", \"categoryName\": \"str\", \"articleId\": \"int\"}", "eCommerce, Wayfair, reviews/list, List reviews relating to specific product, required_params: [{\"name\": \"sku\", \"type\": \"STRING\", \"description\": \"The value of sku fields returned in .../products/list or .../products/search endpoint.\", \"default\": \"W004939121\"}], optional_params: [{\"name\": \"page\", \"type\": \"NUMBER\", \"description\": \"For paging purpose\", \"default\": \"1\"}, {\"name\": \"star\", \"type\": \"STRING\", \"description\": \"Leave empty or 1 to 5\", \"default\": \"\"}, {\"name\": \"sort_order\", \"type\": \"STRING\", \"description\": \"One of the following : RELEVANCE|HELPFUL|DATE&#95;ASCENDING|DATE&#95;DESCENDING|IMAGE|RATING&#95;DESCENDING|RATING&#95;ASCENDING\", \"default\": \"RELEVANCE\"}], return_schema: {\"summary\": {\"request_id\": \"str\", \"transaction_id\": \"str\", \"page_type\": \"str\", \"response_hash\": \"str\", \"response_matches_prior_hash\": \"bool\", \"cache_seconds\": \"int\", \"cache_always_check_server\": \"bool\", \"spv_custom_vars\": \"str\"}, \"response\": {\"data\": {\"product\": {\"customer_reviews\": {\"sku\": \"str\", \"average_rating_value\": \"float\", \"rating_count\": \"int\", \"histogram_stats\": [{\"rating\": \"int\", \"count\": \"int\", \"_list_length\": 5}], \"reviews\": [{\"is_kit_child\": \"bool\", \"review_id\": \"int\", \"rating\": \"int\", \"date\": \"str\", \"has_verified_buyer_status\": \"bool\", \"reviewer_name\": \"str\", \"reviewer_location\": \"str\", \"headline\": \"str\", \"product_comments\": \"str\", \"has_customer_photos\": \"bool\", \"language_code\": \"str\", \"review_helpful\": \"int\", \"reviewer_badge_id\": \"int\", \"reviewer_badge_text\": \"str\", \"customer_photos\": [{\"src\": \"str\", \"ire_id\": \"int\", \"_list_length\": 1}], \"_list_length\": 10}]}}}}}", "Data, Consumer Reports, cars/get-recalls, Get recalls relating to a car model year, required_params: [{\"name\": \"modelYearId\", \"type\": \"NUMBER\", \"description\": \"The value of modelYearId field returned in .../cars/get-models endpoint\", \"default\": \"7328\"}], optional_params: [{\"name\": \"size\", \"type\": \"NUMBER\", \"description\": \"The number of items per response, for paging purpose\", \"default\": \"20\"}, {\"name\": \"page\", \"type\": \"NUMBER\", \"description\": \"The page index starting from 0, for paging purpose\", \"default\": \"0\"}], return_schema: {\"content\": [{\"_id\": \"int\", \"NHTSACampaignNumber\": \"str\", \"_list_length\": 1}], \"last\": \"bool\", \"totalElements\": \"int\", \"totalPages\": \"int\", \"size\": \"int\", \"number\": \"int\", \"first\": \"bool\", \"numberOfElements\": \"int\", \"sort\": [{\"direction\": \"str\", \"property\": \"str\", \"ignoreCase\": \"bool\", \"nullHandling\": \"str\", \"ascending\": \"bool\", \"descending\": \"bool\", \"_list_length\": 1}]}", "News_Media, Fashion Industry News Data Collection, search term, search term, required_params: [{\"name\": \"q\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\\\"fashion week\\\"\"}], optional_params: [{\"name\": \"tsi\", \"type\": \"NUMBER\", \"description\": \"This is the final time delimiter. Unix Time format in milliseconds.\\n\\nNow default.\", \"default\": \"1677067077000\"}, {\"name\": \"ts\", \"type\": \"NUMBER\", \"description\": \"Initial date-time limit reference in Unix time (miliseconds)\\n\\n1 month ago by default\", \"default\": \"1675159335000\"}], return_schema: {\"response\": {\"error\": \"str\", \"requestLeft\": \"int\"}}", "Transportation, VIN Lookup by API-Ninjas, /v1/vinlookup, API Ninjas VIN Lookup API endpoint. Returns key vehicle information including manufacturer, country of origin and model year for a given VIN., required_params: [{\"name\": \"vin\", \"type\": \"STRING\", \"description\": \"valid VIN to check. Must be a 17-character string.\", \"default\": \"JH4KA7561PC008269\"}], optional_params: [], return_schema: {\"vin\": \"str\", \"country\": \"str\", \"manufacturer\": \"str\", \"region\": \"str\", \"wmi\": \"str\", \"vds\": \"str\", \"vis\": \"str\", \"years\": [\"list of int with length 2\"]}", "Entertainment, Youtube Search and Download, Video comments, Get video comments list. If you need sorting then use \"sortTopNext\" or \"sortNewestNext\" fields from first response and pass it to \"next\" parameter., required_params: [], optional_params: [{\"name\": \"next\", \"type\": \"STRING\", \"description\": \"Pagination(continuation) parameter to get more comments , no need any other parameters if 'next' present. Could be used for sorting, just pass \\\\\\\"sortNewestNext\\\\\\\" or \\\\\\\"sortTopNext\\\\\\\" field values for newest or top sorting.\\nCan be obtained from response with \\\\\\\"id\\\\\\\" parameter in request\", \"default\": \"Eg0SC1lRSHNYTWdsQzlBGAYyJSIRIgtZUUhzWE1nbEM5QTAAeAJCEGNvbW1lbnRzLXNlY3Rpb24%3D\"}, {\"name\": \"id\", \"type\": \"STRING\", \"description\": \"Video id to get first part of comments.\\n\", \"default\": \"YQHsXMglC9A\"}], return_schema: {\"comments\": [{\"authorId\": \"str\", \"authorName\": \"str\", \"authorThumbnails\": [{\"height\": \"int\", \"url\": \"str\", \"width\": \"int\", \"_list_length\": 3}], \"likes\": \"str\", \"publishedTimeText\": \"str\", \"replyCount\": \"int\", \"replyNext\": \"str\", \"text\": \"str\", \"_list_length\": 19}], \"next\": \"str\"}", "Finance, CNBC, v2/auto-complete, Get auto suggestion by familiar terms or phrase, required_params: [{\"name\": \"q\", \"type\": \"STRING\", \"description\": \"Any word or phrase that you are familiar with\", \"default\": \"tesla\"}], optional_params: [], return_schema: {\"data\": {\"symbolEntries\": {\"__typename\": \"str\", \"tags\": [{\"__typename\": \"str\", \"group\": \"str\", \"results\": [{\"__typename\": \"str\", \"name\": \"str\", \"issueId\": \"int\", \"issuerId\": \"int\", \"exchangeName\": \"str\", \"subType\": \"str\", \"symbol\": \"str\", \"countryCode\": \"str\", \"_list_length\": 20}], \"totalResults\": \"NoneType\", \"_list_length\": 1}]}}, \"extensions\": {\"tracing\": {\"version\": \"int\", \"startTime\": \"str\", \"endTime\": \"str\", \"duration\": \"int\", \"execution\": {\"resolvers\": [{\"path\": [\"list of str with length 1\"], \"parentType\": \"str\", \"fieldName\": \"str\", \"returnType\": \"str\", \"startOffset\": \"int\", \"duration\": \"int\", \"_list_length\": 145}]}}}}", "Tools, 👋 Onboarding Project_v3, Get Products in Category, , required_params: [{\"name\": \"category\", \"type\": \"STRING\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"limit\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"\"}, {\"name\": \"skip\", \"type\": \"NUMBER\", \"description\": \"\", \"default\": \"\"}], optional_params: [], return_schema: \"\""], "task": "tool"}