Skip to main content
Microsoft Graph connectors Microsoft Graph Microsoft 365 Copilot

Ingest JSON content from the web using .NET and C#

Last modified on October 29, 2023

This sample contains a Microsoft Graph connector that shows how to ingest JSON content. it scrapes a JSON file that contains every blog post on blog.dan-toft.dk and ingests it to a custom connector making it searchable for everyone.

View on GitHub Download from GitHub

References

Microsoft Graph connectors overview

Learn more what Microsoft Graph connectors are and when you'd use them.

Build your first custom Microsoft Graph connector

Learn how to build your first custom Microsoft Graph connector using .NET.