Fake LinkedIn Profile Generator

Professional profile data for B2B tool mockups

Generate fictional LinkedIn-style professional profiles for B2B and recruiting tool demos: name, headline, company, location, about line, skills with endorsement counts, and connection count. Seedable for reproducible mockups. It runs free in your browser on Gera Tools, with nothing uploaded.

Last updated Source: Gera Tools

Are the people and companies real?

No. Names, job titles, company names, skills, and endorsement counts are all fabricated locally from bundled word lists. The company names are invented placeholders and do not refer to real organisations.

Building a recruiting dashboard, a CRM, or any B2B tool that shows professional profiles? Real LinkedIn data is off-limits and generic placeholder text looks unconvincing. This generator produces believable, fully fictional professional profiles so your demos and mockups feel real.

How it works

A seed string is hashed into a number that drives a deterministic pseudo-random generator. That generator selects a name, a job title, and a company to form the headline, picks five non-repeating skills, and assigns each a plausible endorsement count:

headline    = "<title> at <company>"
skills      = 5 unique skills, each with 3 … 100 endorsements
connections = random 50 … 549, shown as 500+ when at the cap

The same seed always hashes to the same number, so the same seed reproduces the exact same profile for consistent screenshots.

Why seeded generation matters for B2B mockups

A common pain point in building recruiting or sales tooling is that every screenshot in a design deck shows a different fictional person. When a stakeholder reviews slide 3 and then slide 7 they see two different names in what is supposed to be the same profile — and the mockup looks inconsistent and unpolished.

A fixed seed solves this. Type alice-chen-candidate as the seed and every frame of your Figma deck, every screenshot in your pitch, and every automated test will show the same person: same name, same headline, same five skills with the same endorsement counts. Change the seed to get a different consistent person for a second example.

Illustrative example

Using a seed of demo-2024 the generator might produce a profile like:

  • Name: Jordan Blackwell
  • Headline: Senior Product Manager at Novex Solutions
  • Location: Austin, TX
  • About: Experienced product leader focused on scaling B2B SaaS platforms.
  • Skills: Product Strategy (87), Agile (62), Stakeholder Management (41), Data Analysis (28), Roadmapping (14)
  • Connections: 312

Every part of this is fictional and assembled locally. The endorsement counts are within realistic ranges so the skills section looks authentic in a demo video or screenshot.

What to watch out for

Impersonation. Never use a generated profile to create an account on LinkedIn or any other professional network — that violates terms of service and may be unlawful.

Real company names. The company names the generator produces are invented placeholders. Do not search for them to verify they are fictional; coincidental matches with real companies do occur when drawing from common business vocabulary.

Avatar. The tool uses an initials-based avatar style so the icon is clearly synthetic rather than a real photo. This is intentional: using a real person’s photo alongside a fake name is a form of misrepresentation even in a private demo.

Tips and notes

Use a fixed seed such as recruiter-demo whenever you need the same profile to reappear across mockup frames. All values are invented locally from bundled word lists and nothing is uploaded or sent to a server.