User picture

Gajjarapu Deepthi

deepthi.g6

ACTOR METRICS

1 public Actor

1 monthly user

APIFY Actor: Auto Social Media Poster & Product Finder Overview This Apify Actor automates discovering new Shopify products and posting AI-generated content to Facebook. It helps store owners streamline social media marketing with minimal effort.

Features Automated Product Discovery (Shopify, Etsy support planned) AI-Generated Social Media Posts using OpenAI Automatic Facebook Posting Scheduled Execution for continuous monitoring Prerequisites Shopify API Access (for product discovery) OpenAI API Key (for AI content generation) Facebook API Access (for posting automation) Apify Account (to run the actor) API Key Setup

  1. Shopify API In Shopify Admin, go to Settings > Apps Enable Admin API Access in a new private app Copy the Admin API Access Token
  2. OpenAI API Sign up at OpenAI Generate an API key in Account Settings
  3. Facebook API Register at Meta for Developers Enable Facebook Graph API Obtain a Page Access Token with pages_manage_posts Save your Facebook Page ID Usage
  4. Deploy on Apify Upload the script and configure environment variables
  5. Configure Input Parameters Use this JSON format:

json Copy Edit { "openaiKey": "your_openai_api_key", "facebookPageApiUrl": "https://graph.facebook.com/v12.0", "facebookApiKey": "your_facebook_api_key", "facebookPageId": "your_facebook_page_id", "enableShopify": true, "shopifyStoreUrl": "yourshop.myshopify.com", "shopifyAccessToken": "your_shopify_access_token" } 3. Run & Monitor Start the actor Check logs for issues Posts will be created automatically Troubleshooting No Products Found? Ensure API permissions are correct. Facebook Post Fails? Verify access token validity. AI Errors? Check OpenAI quota. Future Enhancements Etsy support Instagram & Twitter integration Custom scheduling options

Public Actors