- query
- The Feedback Company reviews URL you submitted, repeated on the row it produced.
- company
- The company name, as the profile shows it.
- company_id
- Feedback Company's own customer id for the company, as a string. This is the id their per-review feed is keyed on.
- rating
- The average score, as a string. Feedback Company scores out of ten, not five - read it against
best_rating and never against a five-star scale. - best_rating
- The top of the scale the score is expressed on. Returns 10.
- review_count
- How many reviews the profile reports, as a string.
- website
- The company's own website, with the scheme, as the profile lists it.
- telephone
- The contact number on the profile. Optional - an empty cell means the profile does not publish one.
- address
- The street line of the address, as printed. Carries trailing whitespace, and see the note below before you rely on the split for a non-Dutch address.
- city
- The town or city. Some profiles put the country in here as well.
- postcode
- The postal code. See the note below - on a non-Dutch address the boundary between this and
address is not dependable. - country
- A two-letter country code as the profile reports it. Not always the country of the address - see the note below.
- profile_url
- Duplicate of query - the same value under a second name.
- domain
- The bare domain from
website, without the scheme or a trailing slash. This is the column to join on. - listing_url
- Duplicate of query - the same value under a third name.
- name
- Duplicate of company - the same value under a second name.
- profile_id
- Duplicate of company_id - the same value under a second name.
- email
- A contact address for the company, where the profile publishes one.
- phone
- Duplicate of telephone - the same value under a second name.
- address_address_country
- Duplicate of country - the same value under a second name.
- address_address_locality
- Duplicate of city - the same value under a second name.
- address_postal_code
- Duplicate of postcode - the same value under a second name.
- address_street_address
- Duplicate of address - the same value under a second name.
- description
- Empty in every export we have checked. See the note below.
- type
- A schema.org type constant. Returns Organization.
- reviews
- Duplicate of review_count - the same value under a second name.
- position
- 1-based rank within the run, in the order the companies came back. JSON only - the CSV and XLSX exports stop at twenty-six columns.