@extends('layouts.app') @section('title', 'Public review scanner') @section('page-title', 'Public review scanner') @section('content')
{{ $configured ? 'Configured' : 'Not configured' }}

Scan from a public Google Maps link

The scanner uses an Outscraper API key to collect public review data. It does not require the client email, password, or Business Profile access.

@if($configured)
@csrf @method('DELETE')
@endif

{{ $configured ? 'Replace API key' : 'Configure API key' }}

The key is encrypted before it is stored. Its value is never shown again or written to the activity record.

@csrf
Create the key in your own provider account, then paste it here.
!
Collection is not deletion

The provider supplies public review data only. Google still decides whether a reported review violates policy, and the administrator records the real outcome in each case.

Provider documentation ↗
@endsection