---
title: "Generate Fake Company's Info API"
slug: fake-company
url: https://apyhub.com/dosvak/service/fake-company
provider: Dosvak LLC
categories: [Smart Generation]
tags: [fake-data, synthetic-data, company-profiles, test-data, sample-data]
auth: api_key
---

# Generate Fake Company's Info API

Generate fake company records with name, email, website, phone, and industry. Use it for test data, demos, and seeded development environments.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| GET | `` | What it does Generates fake company profiles. The endpoint accepts a query parameter to control how… | 10 |

## About

## What it does
Fake Company Generator creates synthetic company profiles for testing and demos. Send a `count` query value, and it returns that many fake records with company name, email, website, phone, and industry fields.

Use it when you need realistic-looking business data without exposing real customer or prospect information. It fits onboarding flows, UI prototypes, seed data for local development, and QA environments that need varied company records at scale.

The service accepts a single optional `count` parameter, with a default of 1 and a maximum of 50. That makes it easy to request one record for a quick test or a batch of records for populating tables, fixtures, or import workflows.

Fake Company Generator is useful anywhere you need structured company data that looks consistent enough for product work, but does not need to map to a real business.

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyhub.com/dosvak/service/fake-company
