Agent who performs searches on Facebook's marketplace

Greetings, everyone. I’m just starting to understand how to use n8n, and I’m reaching out to the community to ask a question and get the opinion of anyone who can give me some guidance on what the workflow would be like for an agent to search Facebook Marketplace. This is done using a few search parameters. For this specific example, a real estate search. I haven’t found anything directly related to this, and that’s why I’m asking this question.

Describe the problem/error/question

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi,

You could probably make a simple workflow that triggers at a specific intervals. Then a http node to retrieve listings from marketplace (they have an api). Then feed the information to a llm node.

Thank you very much, I will review the information to understand what I am looking for. :slightly_smiling_face: :+1: