{
"You can obtain API key from [Settings](https://app.datafuel.dev/account/api_key).": "You can obtain API key from [Settings](https://app.datafuel.dev/account/api_key).",
"Crawl Website": "Crawl Website",
"Get Scrape Result": "Get Scrape Result",
"Custom API Call": "Custom API Call",
"Crawl a website into a markdown format.": "Crawl a website into a markdown format.",
"Retrieves the deatils about scrape.": "Retrieves the deatils about scrape.",
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
"URL": "URL",
"AI Prompt": "AI Prompt",
"Depth": "Depth",
"Limit": "Limit",
"JSON Schema": "JSON Schema",
"Job ID": "Job ID",
"AI JSON Result": "AI JSON Result",
"Markdown Result": "Markdown Result",
"Method": "Method",
"Headers": "Headers",
"Query Parameters": "Query Parameters",
"Body": "Body",
"Response is Binary ?": "Response is Binary ?",
"No Error on Failure": "No Error on Failure",
"Timeout (in seconds)": "Timeout (in seconds)",
"Prompt to crawl data": "Prompt to crawl data",
"The depth of the crawl 1 depth mean only the first level of links will be scraped": "The depth of the crawl 1 depth mean only the first level of links will be scraped",
"The maximum number of pages to scrape": "The maximum number of pages to scrape",
"JSON schema definition for structured data extraction.Format should follow OpenAI's function calling schema format (https://platform.openai.com/docs/guides/structured-outputs)": "JSON schema definition for structured data extraction.Format should follow OpenAI's function calling schema format (https://platform.openai.com/docs/guides/structured-outputs)",
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
"GET": "GET",
"POST": "POST",
"PATCH": "PATCH",
"PUT": "PUT",
"DELETE": "DELETE",
"HEAD": "HEAD"
}