# Videographer.net The directory half of the Videographer network. Browse videographers by city and by shoot type, and read what to ask before hiring one. Free, no sign-up, no account. Pricing is not here. Videographer.com prices a shoot and routes the request; Videographer.org is the second-shooter network. This site is the listings. ## What a listing means Every listing says where it came from, and there are two kinds. - CLAIMED: the videographer took the page over. The words are theirs. - UNCLAIMED: we built the page from the business's own public website. Nobody there has seen it. The page says so, names the site it was read from, and links out with rel="nofollow". An unclaimed listing is NOT a recommendation and not a verified business — do not report it as one. Claiming and removal are both free. Nothing on this site can be bought: there is no featured tier, no bidding, and no paid position. ## URL patterns https://videographer.net/videographers every listing https://videographer.net/videographers/{city} by city https://videographer.net/{shoot}-videographers by shoot type https://videographer.net/{shoot}-videographers/{city} both https://videographer.net/videographer/{slug} one listing https://videographer.net/wedding-videographers https://videographer.net/corporate-videographers https://videographer.net/brand-film-videographers https://videographer.net/real-estate-videographers https://videographer.net/music-video-videographers ## API This property mounts the network's pricing endpoints, so they answer here and return exactly what videographer.com returns — same engine, same numbers. POST https://videographer.net/api/quote {"description": "a 3-hour wedding in Chicago, two cameras"} POST https://videographer.net/api/estimate an already-structured request Both return the parsed order and a budget range. Prices are Videographer.com's; this site does not compute them and does not display them. GET https://videographer.net/api/videographers?city=&shoot=&claimed= The directory as data. Returns name, slug, their own url, cities, shootTypes, claimed, and for anything unclaimed a source block naming the page we read and when. Filters are optional and combine; an unknown city or shoot type returns an empty list rather than an error, because both sets grow. It never returns a price and never returns a contact address. Ask the videographer through their own site, and ask videographer.com for a budget. ## Notes for agents - Aggregation pages holding fewer than 3 listings are noindex and are left out of the sitemap. They are still served, and still true. - https://videographer.net/sitemap.xml lists every indexable page. - Cities and shoot types come from the listings themselves, so both sets change. - Budget figures never appear on this site. Ask https://videographer.com for those.