# WeDJ.com > A search engine for wedding and event DJs, photographers, videographers, and photo booth providers, organized by city and state. Online since 1996. Free for couples and event planners — no signup required to browse profiles or request quotes. WeDJ organizes event businesses into crawlable city and state pages so people (and agents acting on their behalf) can find, compare, and request quotes from local vendors near an event location. WeDJ does not book events, take a commission, or require an account before asking for quotes. Service categories: DJs (`djs`), photographers (`photographers`), videographers (`videographers`), photo booths (`photo-booths`). ## Directory pages (HTML, structured data included) - [Home](https://wedj.com/): entry point and site-wide search. - [About WeDJ](https://wedj.com/about/): what WeDJ is, how it works, and data sources. - [All cities directory](https://wedj.com/cities/): index of every city with vendor listings, grouped by state. - [State pages](https://wedj.com/state/): one page per state listing its cities and vendors — pattern `https://wedj.com/state/{state-slug}/` (e.g. `https://wedj.com/state/georgia/`). - City listing pages — one per (service, city): pattern `https://wedj.com/{service}/{city-slug}/{state-slug}/` (e.g. `https://wedj.com/djs/atlanta/georgia/`). Each carries JSON-LD (CollectionPage + ItemList of LocalBusiness with geo coordinates and ratings). - Vendor profile pages — one canonical page per vendor: pattern `https://wedj.com/{service}/{vendor-slug}/` (e.g. `https://wedj.com/djs/{vendor-slug}/`). ## Machine-readable endpoints (public, read-only JSON — for agents) - [Search](https://wedj.com/api/search?q=QUERY&type=all): full-text search across vendors and cities. `type` = `all` | `vendors` | `cities`; supports `&page=N`. - [States](https://wedj.com/api/states?service=djs): states that have listings for a service. - [Cities](https://wedj.com/api/cities?state=georgia&service=djs): cities with listings in a state for a service. - [City listing](https://wedj.com/api/listing): vendors for a (service, city, state) — same data that renders the city page. - [Sitemap index](https://wedj.com/sitemap.xml): full enumerable set of state and city listing URLs. - [Area search](https://wedj.com/api/area-search?city=Atlanta&state=GA): vendors serving a city/area (all paid + free up to 20). Also the data source for the in-browser WebMCP `search_by_area` tool. ## For vendors - [Get listed free](https://wedj.com/vendor/get-listed): event businesses can create a free listing and receive quote requests. - [Vendor login](https://wedj.com/vendor/login): manage an existing listing, profile, images, and reviews. ## Notes - Quote requests are free and require no account. WeDJ is not a booking or payment processor. - Vendor availability, reviews, and profile details come from vendors and legacy WeDJ systems, not invented by WeDJ.