Location of Apify.utils.social class library in Apify SDK 3.0?

We are upgrading our custom version of the contact-info-scraper to use the Apify SDK 3.0. Unfortunately, we cannot seem to find where the Apify.utils.social class library has gone. Any insight would be greatly appreciated. Thank you!
2 Replies
like-gold
like-gold2y ago
Hey @danhelfman, You can import them directly from crawlee:
import { social } from 'crawlee';
import { social } from 'crawlee';
optimistic-gold
optimistic-goldOP2y ago
Thank you so much for letting me know it had moved to the crawlee library!

Did you find this page helpful?