```mermaid
graph TD
A[Receive niche/topic description] --> B{Search Google for niche/topic information}
B --> C{Save Google SERP results to server}
C --> D{Analyze Google SERP results with GPT4}
D --> E{Save relevant keywords, phrases, and concepts to server}
E --> F[Return URL of relevant keywords, phrases, and concepts JSON file]
```