{
  "linkedin-jobs-scraper": {
    "checkedAt": "2026-09-04",
    "build": "1.0.11",
    "input": {
      "searchTerm": "data engineer",
      "location": "London",
      "maxResults": 10
    },
    "fields": [
      {
        "name": "id",
        "type": "string",
        "description": "Unique LinkedIn job identifier"
      },
      {
        "name": "title",
        "type": "string",
        "description": "Job title as posted on LinkedIn"
      },
      {
        "name": "company",
        "type": "string",
        "description": "Hiring company name"
      },
      {
        "name": "location",
        "type": "string",
        "description": "City, state and country of the job"
      },
      {
        "name": "job_url",
        "type": "string",
        "description": "URL to the LinkedIn job posting"
      },
      {
        "name": "job_url_direct",
        "type": "string",
        "description": "Direct application URL on the company website (populated when Fetch Full Descriptions is enabled)"
      },
      {
        "name": "site",
        "type": "string",
        "description": "Source job board, always linkedin"
      },
      {
        "name": "job_type",
        "type": "string",
        "description": "Employment type: fulltime, parttime, contract, internship or temporary"
      },
      {
        "name": "is_remote",
        "type": "boolean",
        "description": "True when the listing is a remote position"
      },
      {
        "name": "date_posted",
        "type": "string",
        "description": "Posting date in ISO 8601 format"
      }
    ],
    "schemaUrl": "https://apify.com/openclawai/linkedin-jobs-scraper/input-schema"
  },
  "job-board-scraper": {
    "checkedAt": "2026-09-04",
    "build": "1.0.65",
    "input": {
      "searchTerm": "data engineer",
      "location": "London",
      "sites": [
        "linkedin",
        "indeed"
      ],
      "maxResults": 10
    },
    "fields": [
      {
        "name": "id",
        "type": "string",
        "description": "Unique job identifier from the source site"
      },
      {
        "name": "title",
        "type": "string",
        "description": "The job position title"
      },
      {
        "name": "company",
        "type": "string",
        "description": "Company name"
      },
      {
        "name": "location",
        "type": "string",
        "description": "Job location (city, state, country)"
      },
      {
        "name": "job_url",
        "type": "string",
        "description": "URL to the job posting on the job board"
      },
      {
        "name": "job_url_direct",
        "type": "string",
        "description": "Direct application URL on the company website"
      },
      {
        "name": "site",
        "type": "string",
        "description": "Job board where this listing was found"
      },
      {
        "name": "job_type",
        "type": "string",
        "description": "Employment type (fulltime, parttime, contract, internship)"
      },
      {
        "name": "is_remote",
        "type": "boolean",
        "description": "Whether the job is remote"
      },
      {
        "name": "date_posted",
        "type": "string",
        "description": "Date when the job was posted"
      }
    ],
    "schemaUrl": "https://apify.com/openclawai/job-board-scraper/input-schema"
  },
  "google-maps-scraper": {
    "checkedAt": "2026-09-04",
    "build": "1.0.21",
    "input": {
      "query": "coffee shops in London",
      "maxResults": 10
    },
    "fields": [
      {
        "name": "title",
        "type": "string",
        "description": "Name of the business or place"
      },
      {
        "name": "category",
        "type": "string",
        "description": "Primary business category"
      },
      {
        "name": "place_id",
        "type": "string",
        "description": "URL-encoded place name from Google Maps"
      },
      {
        "name": "cid",
        "type": "string",
        "description": "Google's internal numeric place identifier"
      },
      {
        "name": "link",
        "type": "string",
        "description": "Direct link to this place on Google Maps"
      },
      {
        "name": "address",
        "type": "string",
        "description": "Full street address"
      },
      {
        "name": "latitude",
        "type": "number",
        "description": "Geographic latitude coordinate"
      },
      {
        "name": "longitude",
        "type": "number",
        "description": "Geographic longitude coordinate"
      },
      {
        "name": "plus_code",
        "type": "string",
        "description": "Google Plus Code (open location code)"
      },
      {
        "name": "timezone",
        "type": "string",
        "description": "IANA timezone for this place"
      }
    ],
    "schemaUrl": "https://apify.com/openclawai/google-maps-scraper/input-schema"
  },
  "google-flights-scraper": {
    "checkedAt": "2026-09-04",
    "build": "1.0.16",
    "input": {
      "from_airport": "JFK",
      "to_airport": "LAX",
      "max_results": 10
    },
    "fields": [
      {
        "name": "from_airport",
        "type": "string",
        "description": "Three-letter IATA code of the departure airport used in the search (e.g. JFK)."
      },
      {
        "name": "to_airport",
        "type": "string",
        "description": "Three-letter IATA code of the destination airport used in the search (e.g. LAX)."
      },
      {
        "name": "date",
        "type": "string",
        "description": "Outbound date of the search in YYYY-MM-DD format."
      },
      {
        "name": "return_date",
        "type": [
          "string",
          "null"
        ],
        "description": "Return date in YYYY-MM-DD format for round-trip searches, otherwise null."
      },
      {
        "name": "trip",
        "type": "string",
        "description": "Trip type used for the search: one-way, round-trip or multi-city."
      },
      {
        "name": "seat",
        "type": "string",
        "description": "Cabin class used for the search: economy, premium-economy, business or first."
      },
      {
        "name": "passengers",
        "type": "object",
        "description": "Passenger counts used for the search: adults, children, infants_in_seat, infants_on_lap."
      },
      {
        "name": "airline_codes",
        "type": "array",
        "description": "IATA airline codes for the itinerary (e.g. B6, DL, UA)."
      },
      {
        "name": "airline_names",
        "type": "array",
        "description": "Human-readable names of the airlines operating the itinerary."
      },
      {
        "name": "price",
        "type": [
          "number",
          "null"
        ],
        "description": "Total itinerary price in the displayed currency (typically USD). Null when Google Flights shows no price."
      }
    ],
    "schemaUrl": "https://apify.com/openclawai/google-flights-scraper/input-schema"
  },
  "reddit-scraper": {
    "checkedAt": "2026-09-04",
    "build": "1.0.34",
    "input": {
      "action": "scrape_subreddit",
      "subreddit": "technology",
      "limit": 10,
      "includeComments": false
    },
    "fields": [
      {
        "name": "post_id",
        "type": "string",
        "description": "Unique Reddit post identifier"
      },
      {
        "name": "title",
        "type": "string",
        "description": "Post title"
      },
      {
        "name": "body",
        "type": "string",
        "description": "Post body text"
      },
      {
        "name": "subreddit_name",
        "type": "string",
        "description": "Subreddit name"
      },
      {
        "name": "subreddit_id",
        "type": "string",
        "description": "Reddit's internal subreddit identifier (t5_ prefix)"
      },
      {
        "name": "author_name",
        "type": "string",
        "description": "Post author username"
      },
      {
        "name": "author_id",
        "type": "string",
        "description": "Reddit's internal author identifier (t2_ prefix)"
      },
      {
        "name": "num_upvotes",
        "type": "number",
        "description": "Number of upvotes"
      },
      {
        "name": "num_comments",
        "type": "number",
        "description": "Number of comments"
      },
      {
        "name": "permalink",
        "type": "string",
        "description": "Reddit permalink to the post"
      }
    ],
    "schemaUrl": "https://apify.com/openclawai/reddit-scraper/input-schema"
  }
}
