{
  "openapi": "3.0.1",
  "info": {
    "title": "F6S Companies Directory Scraper",
    "description": "Scrapes F6S company listings by market, country, or direct URL. Returns each company as a flat row with name, description, location, and optional website, sector tags, and social links.",
    "version": "0.1",
    "x-build-id": "X6k2nRE6gtZJhNSVR"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/parseforge~f6s-companies-directory-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-parseforge-f6s-companies-directory-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/parseforge~f6s-companies-directory-scraper/runs": {
      "post": {
        "operationId": "runs-sync-parseforge-f6s-companies-directory-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/parseforge~f6s-companies-directory-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-parseforge-f6s-companies-directory-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "properties": {
          "markets": {
            "title": "Markets",
            "type": "array",
            "description": "F6S market/industry listings to scrape. Each market returns up to 100 companies, so select several to collect more.",
            "items": {
              "type": "string",
              "enum": [
                "3d-printing",
                "accounting",
                "adtech",
                "advertising",
                "agribusiness",
                "agriculture",
                "agritech",
                "apparel",
                "art",
                "automation",
                "automotive",
                "aviation",
                "banking",
                "biotech",
                "building-materials",
                "business",
                "consulting",
                "consumer",
                "consumer-electronics",
                "consumer-products",
                "corporate-law",
                "cosmetics",
                "cryptocurrency",
                "cyber-security",
                "data-analytics",
                "design",
                "digital-media",
                "e-commerce",
                "education",
                "electric-vehicles",
                "energy",
                "energy-cleantech",
                "energy-efficiency",
                "entertainment",
                "event-management",
                "event-planning",
                "farms",
                "fashion",
                "fashion-design",
                "fashion-retail",
                "film",
                "film-production",
                "finance",
                "financial-services",
                "fintech",
                "food",
                "food-beverages",
                "food-industry",
                "food-service",
                "furniture",
                "gaming",
                "health",
                "health-wellness",
                "healthcare",
                "hospitality",
                "hotels",
                "industrial-iot",
                "insurance",
                "insurance-claims",
                "internet",
                "jewelry",
                "legal",
                "legal-services",
                "legal-support",
                "legaltech",
                "leisure",
                "leisure-travel",
                "logistics",
                "loyalty-programs",
                "machine-learning",
                "machinery",
                "manufacturing",
                "marketing",
                "media",
                "mobile-advertising",
                "mobility",
                "music",
                "oil-amp-gas",
                "online-advertising",
                "organic-farming",
                "outdoor-recreation",
                "photography",
                "property-management",
                "property-owners",
                "proptech",
                "publishing",
                "real-estate",
                "real-estate-development",
                "real-estate-investment",
                "recruitment",
                "recycling",
                "renewable-energy",
                "restaurants",
                "retail",
                "robotics",
                "saas",
                "seo",
                "smart-home",
                "social-media",
                "software",
                "sporting-goods",
                "sports",
                "sports-marketing",
                "sportstech",
                "sustainable-agriculture",
                "tourism",
                "training",
                "transportation",
                "travel",
                "video",
                "virtual-reality",
                "web",
                "web-applications",
                "youtube"
              ],
              "enumTitles": [
                "3D Printing",
                "Accounting",
                "Adtech",
                "Advertising",
                "Agribusiness",
                "Agriculture",
                "AgriTech",
                "Apparel",
                "Art",
                "Automation",
                "Automotive",
                "Aviation",
                "Banking",
                "Biotech startups",
                "Building Materials",
                "Business startups",
                "Consulting startups",
                "Consumer",
                "Consumer Electronics startups",
                "Consumer Products",
                "Corporate Law",
                "Cosmetics",
                "Cryptocurrency startups",
                "Cyber Security startups",
                "Data & Analytics startups",
                "Design startups",
                "Digital Media",
                "E-commerce startups",
                "Education startups",
                "Electric Vehicles",
                "Energy",
                "Energy & Cleantech",
                "Energy Efficiency",
                "Entertainment",
                "Event Management",
                "Event Planning",
                "Farms",
                "Fashion",
                "Fashion Design",
                "Fashion Retail",
                "Film",
                "Film Production",
                "Finance startups",
                "Financial Services",
                "FinTech",
                "Food",
                "Food & Beverages",
                "Food Industry",
                "Food Service",
                "Furniture",
                "Gaming startups",
                "Health startups",
                "Health & Wellness",
                "Healthcare startups",
                "Hospitality",
                "Hotels",
                "Industrial IoT",
                "Insurance startups",
                "Insurance Claims",
                "Internet",
                "Jewelry",
                "Legal",
                "Legal Services",
                "Legal Support",
                "LegalTech",
                "Leisure",
                "Leisure Travel",
                "Logistics",
                "Loyalty Programs",
                "Machine Learning",
                "Machinery",
                "Manufacturing",
                "Marketing startups",
                "Media",
                "Mobile Advertising",
                "Mobility",
                "Music",
                "Oil & Gas",
                "Online Advertising",
                "Organic Farming",
                "Outdoor Recreation",
                "Photography",
                "Property Management",
                "Property Owners",
                "PropTech",
                "Publishing",
                "Real Estate",
                "Real Estate Development",
                "Real Estate Investment",
                "Recruitment",
                "Recycling",
                "Renewable Energy",
                "Restaurants",
                "Retail",
                "Robotics startups",
                "SaaS",
                "SEO",
                "Smart Home",
                "Social Media startups",
                "Software startups",
                "Sporting Goods",
                "Sports",
                "Sports Marketing",
                "SportsTech",
                "Sustainable Agriculture",
                "Tourism",
                "Training",
                "Transportation",
                "Travel",
                "Video",
                "Virtual Reality",
                "Web",
                "Web Applications",
                "YouTube startups"
              ]
            }
          },
          "country": {
            "title": "Country",
            "enum": [
              "",
              "albania",
              "algeria",
              "andorra",
              "angola",
              "argentina",
              "armenia",
              "australia",
              "austria",
              "azerbaijan",
              "bahamas",
              "bahrain",
              "bangladesh",
              "barbados",
              "belgium",
              "belize",
              "benin",
              "bhutan",
              "bolivia",
              "botswana",
              "brazil",
              "brunei",
              "bulgaria",
              "burkina-faso",
              "cambodia",
              "cameroon",
              "canada",
              "cape-verde",
              "chad",
              "chile",
              "colombia",
              "costa-rica",
              "cyprus",
              "czech-republic",
              "denmark",
              "djibouti",
              "dominican-republic",
              "ecuador",
              "egypt",
              "el-salvador",
              "estonia",
              "fiji",
              "finland",
              "france",
              "gabon",
              "gambia",
              "georgia",
              "germany",
              "ghana",
              "greece",
              "guatemala",
              "guyana",
              "honduras",
              "hungary",
              "iceland",
              "india",
              "indonesia",
              "ireland",
              "israel",
              "italy",
              "jamaica",
              "japan",
              "jordan",
              "kazakhstan",
              "kenya",
              "kuwait",
              "kyrgyzstan",
              "laos",
              "latvia",
              "lesotho",
              "liechtenstein",
              "lithuania",
              "luxembourg",
              "madagascar",
              "malawi",
              "malaysia",
              "maldives",
              "malta",
              "mauritania",
              "mauritius",
              "mexico",
              "moldova",
              "monaco",
              "mongolia",
              "morocco",
              "mozambique",
              "namibia",
              "nepal",
              "netherlands",
              "new-zealand",
              "niger",
              "nigeria",
              "norway",
              "oman",
              "pakistan",
              "panama",
              "papua-new-guinea",
              "paraguay",
              "peru",
              "philippines",
              "poland",
              "portugal",
              "qatar",
              "romania",
              "saudi-arabia",
              "senegal",
              "seychelles",
              "sierra-leone",
              "singapore",
              "slovakia",
              "slovenia",
              "south-africa",
              "south-korea",
              "spain",
              "sri-lanka",
              "suriname",
              "swaziland",
              "sweden",
              "switzerland",
              "taiwan",
              "tajikistan",
              "tanzania",
              "thailand",
              "togo",
              "trinidad-and-tobago",
              "tunisia",
              "turkey",
              "turkmenistan",
              "uganda",
              "united-arab-emirates",
              "united-kingdom",
              "united-states",
              "uruguay",
              "uzbekistan",
              "zambia"
            ],
            "type": "string",
            "description": "Restrict the selected markets to one country. Leave empty to scrape each market worldwide. Countries F6S excludes from crawling are not listed.",
            "default": ""
          },
          "startUrls": {
            "title": "F6S listing URLs",
            "type": "array",
            "description": "Optional. Paste F6S listing URLs directly, e.g. https://www.f6s.com/companies/fintech/united-states/co or a city listing https://www.f6s.com/companies/mexico/mexico-city/lo",
            "items": {
              "type": "string"
            }
          },
          "maxItems": {
            "title": "Max Items",
            "minimum": 1,
            "maximum": 1000000,
            "type": "integer",
            "description": "Free users: Limited to 10 items (preview). Paid users: Optional, max 1,000,000. Note each F6S listing page holds at most 100 companies, so select more markets to go higher."
          },
          "includeDetails": {
            "title": "Visit company profiles for website and sectors",
            "type": "boolean",
            "description": "Opens each company profile to add website, sector tags, LinkedIn, X and Facebook. Turn off for a much faster run that keeps only the listing fields.",
            "default": true
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}