namespace BLAIzor.Interfaces
{
public interface IBrightDataService
Task<string?> ScrapeFacebookPostsAsync(string pageUrl, int numPosts = 10);
}