Server-side rendering
Also: SSR
A site architecture in which the server sends fully populated HTML, so the data is present in the first response and no browser is needed to see it.
For a scraper this is the difference between one cheap HTTP request and launching a browser: coches.net's search response already contains the full payload for 35 listings.